12 |
- require('./common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pageA/shoplist"],{328:function(t,e,n){"use strict";(function(t,e){var i=n(4);n(26);i(n(25));var a=i(n(329));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n(1)["default"],n(2)["createPage"])},329:function(t,e,n){"use strict";n.r(e);var i=n(330),a=n(332);for(var s in a)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(s);n(334);var r,o=n(45),c=Object(o["default"])(a["default"],i["render"],i["staticRenderFns"],!1,null,"7765c2ff",null,!1,i["components"],r);c.options.__file="pageA/shoplist.vue",e["default"]=c.exports},330:function(t,e,n){"use strict";n.r(e);var i=n(331);n.d(e,"render",(function(){return i["render"]})),n.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),n.d(e,"components",(function(){return i["components"]}))},331:function(t,e,n){"use strict";var i;n.r(e),n.d(e,"render",(function(){return a})),n.d(e,"staticRenderFns",(function(){return r})),n.d(e,"recyclableRender",(function(){return s})),n.d(e,"components",(function(){return i}));try{i={uTabs:function(){return Promise.all([n.e("common/vendor"),n.e("uview-ui/components/u-tabs/u-tabs")]).then(n.bind(null,924))},uIcon:function(){return Promise.all([n.e("common/vendor"),n.e("uview-ui/components/u-icon/u-icon")]).then(n.bind(null,974))},liuWaterfall:function(){return n.e("uni_modules/liu-waterfall/components/liu-waterfall/liu-waterfall").then(n.bind(null,1076))}}}catch(o){if(-1===o.message.indexOf("Cannot find module")||-1===o.message.indexOf(".vue"))throw o;console.error(o.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var a=function(){var t=this,e=t.$createElement;t._self._c},s=!1,r=[];a._withStripped=!0},332:function(t,e,n){"use strict";n.r(e);var i=n(333),a=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=a.a},333:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{yes:!1,shai:!1,current1:0,current:0,index:"",list1:[],data:[],columns:2,goodsid:"",title:"",parent_id:"",language:"zh-CN",page:1,weight_range_start:"",weight_range_end:"",brand_id:"",price_range_start:"",price_range_end:"",brandlist:[],static:"",desc:!0,brand_idone:""}},onLoad:function(t){this.goodsid=t.id,this.title=t.title,this.parent_id=t.parent_id,this.current=Number(t.index)},onShow:function(){t.setNavigationBarTitle({title:this.title}),this.goods(this.goodsid),this.category(this.parent_id),""!=t.getStorageSync("language")&&(this.language=t.getStorageSync("language"))},computed:{i18n:function(){return this.$t("index")}},methods:{first:function(){this.current1=0,this.reset()},reset:function(){this.weight_range_start="",this.weight_range_end="",this.brand_id=this.brand_idone,this.price_range_start="",this.price_range_end="",this.yes=!1,this.shai=!1,this.goods(this.goodsid)},weightty:function(){this.current1=3,this.weight_range_start=0,this.weight_range_end=1,this.goods(this.goodsid)},sale_num:function(){this.current1=1,this.static="sale_num",this.desc=!this.desc,this.goods(this.goodsid)},price:function(){this.current1=2,this.static="price",this.desc=!this.desc,this.goods(this.goodsid)},enter:function(){this.shai=!1,this.goods(this.goodsid)},yesa:function(){this.yes=!this.yes},detail:function(e){console.log(e),t.navigateTo({url:"/pageA/productdetails?id="+e.id})},category:function(e){var n=this;t.$u.http.get("/api/goods/category",{params:{parent_id:e,limit:10,page:this.page}}).then((function(t){var e=t;"en-US"==n.language&&e.forEach((function(t){t.name=t.name_en})),"es-ES"==n.language&&e.forEach((function(t){t.name=t.name_es})),"it-IT"==n.language&&e.forEach((function(t){t.name=t.name_ita})),"zh-CN"==n.language&&e.forEach((function(t){t.name=t.name_cn})),n.list1=e.reverse(),console.log(n.list1)})).catch((function(){}))},goods:function(e){var n=this;t.$u.http.get("/api/goods",{params:{category_id:e,limit:10,page:this.page,weight_range_start:this.weight_range_start,weight_range_end:this.weight_range_end,brand_id:this.brand_id,price_range_start:this.price_range_start,price_range_end:this.price_range_end,order:this.static,order_type:this.desc?"desc":"asc",source:this.yes?1:0}}).then((function(t){n.data=t.data})).catch((function(){}))},brand:function(){var e=this;t.$u.http.get("/api/goods/brand",{params:{}}).then((function(t){e.brandlist=t,e.brand_id=brandlist[0].id,e.brand_idone=brandlist[0].id})).catch((function(){}))},shaixuan:function(){this.shai=!0,this.current1=4,this.weight_range_start="",this.weight_range_end="",this.desc=!0,this.brand(),this.goods(this.goodsid)},click:function(e){console.log("item",e),this.current=e.index,this.title=e.title,this.goodsid=e.id,this.goods(e.id),"en-US"==this.language&&t.setNavigationBarTitle({title:e.name_en}),"es-ES"==this.language&&t.setNavigationBarTitle({title:e.name_es}),"it-IT"==this.language&&t.setNavigationBarTitle({title:e.name_ita}),"zh-CN"==this.language&&t.setNavigationBarTitle({title:e.name_cn})},changei:function(t,e){this.brand_id=t.id,this.index=e}}};e.default=n}).call(this,n(2)["default"])},334:function(t,e,n){"use strict";n.r(e);var i=n(335),a=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=a.a},335:function(t,e,n){}},[[328,"common/runtime","common/vendor"]]]);
- //# sourceMappingURL=../../.sourcemap/mp-weixin/pageA/shoplist.js.map
|