From fa579a2fcad3e23c9df1c72fae3281b1b4c06fdd Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 29 四月 2026 18:29:50 +0800
Subject: [PATCH] 小程序改bug
---
small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.js b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.js
new file mode 100644
index 0000000..f13d0f3
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.js
@@ -0,0 +1,11 @@
+(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-search/u-search"],{581:function(e,t,n){"use strict";n.r(t);var i=n(582),o=n(584);for(var c in o)["default"].indexOf(c)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(c);n(587);var r,u=n(41),s=Object(u["default"])(o["default"],i["render"],i["staticRenderFns"],!1,null,"1a326067",null,!1,i["components"],r);s.options.__file="node_modules/uview-ui/components/u-search/u-search.vue",t["default"]=s.exports},582:function(e,t,n){"use strict";n.r(t);var i=n(583);n.d(t,"render",(function(){return i["render"]})),n.d(t,"staticRenderFns",(function(){return i["staticRenderFns"]})),n.d(t,"recyclableRender",(function(){return i["recyclableRender"]})),n.d(t,"components",(function(){return i["components"]}))},583:function(e,t,n){"use strict";var i;n.r(t),n.d(t,"render",(function(){return o})),n.d(t,"staticRenderFns",(function(){return r})),n.d(t,"recyclableRender",(function(){return c})),n.d(t,"components",(function(){return i}));try{i={uIcon:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(n.bind(null,513))}}}catch(u){if(-1===u.message.indexOf("Cannot find module")||-1===u.message.indexOf(".vue"))throw u;console.error(u.message),console.error("1. 鎺掓煡缁勪欢鍚嶇О鎷煎啓鏄惁姝g‘"),console.error("2. 鎺掓煡缁勪欢鏄惁绗﹀悎 easycom 瑙勮寖锛屾枃妗o細https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 鑻ョ粍浠朵笉绗﹀悎 easycom 瑙勮寖锛岄渶鎵嬪姩寮曞叆锛屽苟鍦� components 涓敞鍐岃缁勪欢")}var o=function(){var e=this,t=e.$createElement,n=(e._self._c,e.__get_style([{margin:e.margin},e.$u.addStyle(e.customStyle)])),i=e.__get_style([{textAlign:e.inputAlign,color:e.color,backgroundColor:e.bgColor,height:e.$u.addUnit(e.height)},e.inputStyle]),o=e.__get_style([e.actionStyle]);e.$mp.data=Object.assign({},{$root:{s0:n,s1:i,s2:o}})},c=!1,r=[];o._withStripped=!0},584:function(e,t,n){"use strict";n.r(t);var i=n(585),o=n.n(i);for(var c in i)["default"].indexOf(c)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(c);t["default"]=o.a},585:function(e,t,n){"use strict";(function(e){var i=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=i(n(586)),c={name:"u-search",mixins:[e.$u.mpMixin,e.$u.mixin,o.default],data:function(){return{keyword:"",showClear:!1,show:!1,focused:this.focus}},watch:{keyword:function(e){this.$emit("input",e),this.$emit("change",e)},value:{immediate:!0,handler:function(e){this.keyword=e}}},computed:{showActionBtn:function(){return!this.animation&&this.showAction}},methods:{inputChange:function(e){this.keyword=e.detail.value},clear:function(){var e=this;this.keyword="",this.$nextTick((function(){e.$emit("clear")}))},search:function(t){this.$emit("search",t.detail.value);try{e.hideKeyboard()}catch(t){}},custom:function(){this.$emit("custom",this.keyword);try{e.hideKeyboard()}catch(t){}},getFocus:function(){this.focused=!0,this.animation&&this.showAction&&(this.show=!0),this.$emit("focus",this.keyword)},blur:function(){var e=this;setTimeout((function(){e.focused=!1}),100),this.show=!1,this.$emit("blur",this.keyword)},clickHandler:function(){this.disabled&&this.$emit("click")},clickIcon:function(){this.$emit("clickIcon")}}};t.default=c}).call(this,n(2)["default"])},587:function(e,t,n){"use strict";n.r(t);var i=n(588),o=n.n(i);for(var c in i)["default"].indexOf(c)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(c);t["default"]=o.a},588:function(e,t,n){}}]);
+//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-search/u-search.js.map
+;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
+ 'node-modules/uview-ui/components/u-search/u-search-create-component',
+ {
+ 'node-modules/uview-ui/components/u-search/u-search-create-component':(function(module, exports, __webpack_require__){
+ __webpack_require__('2')['createComponent'](__webpack_require__(581))
+ })
+ },
+ [['node-modules/uview-ui/components/u-search/u-search-create-component']]
+]);
--
Gitblit v1.9.3