search.js 3.3 KB

12
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pageB/search"],{474:function(e,n,t){"use strict";(function(e,n){var r=t(4);t(26);r(t(25));var o=r(t(475));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t(1)["default"],t(2)["createPage"])},475:function(e,n,t){"use strict";t.r(n);var r=t(476),o=t(478);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);t(480);var i,u=t(45),a=Object(u["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,"4bad5c32",null,!1,r["components"],i);a.options.__file="pageB/search.vue",n["default"]=a.exports},476:function(e,n,t){"use strict";t.r(n);var r=t(477);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},477:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return o})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return r}));try{r={uSearch:function(){return Promise.all([t.e("common/vendor"),t.e("uview-ui/components/u-search/u-search")]).then(t.bind(null,1123))}}}catch(u){if(-1===u.message.indexOf("Cannot find module")||-1===u.message.indexOf(".vue"))throw u;console.error(u.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var o=function(){var e=this,n=e.$createElement;e._self._c},c=!1,i=[];o._withStripped=!0},478:function(e,n,t){"use strict";t.r(n);var r=t(479),o=t.n(r);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);n["default"]=o.a},479:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;t(25);var r={data:function(){return{keyword:"",blurshow:!1,language:"zh-CN",goods:[],record:[]}},computed:{i18n:function(){return this.$t("index")}},onLoad:function(){this.getgoods()},onShow:function(){this.record=e.getStorageSync("record")?e.getStorageSync("record").reverse():[],""!=e.getStorageSync("language")&&(this.language=e.getStorageSync("language"))},methods:{changeitem:function(n){var t=this.getOpenerEventChannel();t.emit("searchinfo",n),e.navigateBack()},getgoods:function(){var n=this;e.$u.http.get("/api/express-goods-info",{params:{name:this.keyword}}).then((function(e){n.goods=e})).catch((function(){}))},clear:function(){e.navigateBack()},enter:function(){console.log(this.record),this.record.push(this.keyword),e.setStorageSync("record",this.record),this.getgoods()},search:function(){},focus:function(){this.blurshow=!0},select:function(e){this.keyword=e,this.blurshow=!0,this.getgoods()}}};n.default=r}).call(this,t(2)["default"])},480:function(e,n,t){"use strict";t.r(n);var r=t(481),o=t.n(r);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);n["default"]=o.a},481:function(e,n,t){}},[[474,"common/runtime","common/vendor"]]]);
  2. //# sourceMappingURL=../../.sourcemap/mp-weixin/pageB/search.js.map