diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 694c7af..9ab751c 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -4,8 +4,8 @@ - - + + 市级供应链 @@ -38,8 +38,8 @@ - - + + 我的店铺 @@ -100,8 +100,8 @@ - - + + 里海云仓 diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue index 5786879..14c986d 100644 --- a/pages/nongKe/supply_chain/supplier.vue +++ b/pages/nongKe/supply_chain/supplier.vue @@ -155,17 +155,19 @@ - - - - + + + + + + + + {{itemn.price}} + - - {{itemn.price}} - - + @@ -305,6 +307,18 @@ }, mapGetters(['viewColor'])), }, methods: { + go_details: function(product_type, product_id) { + if (product_type == 98) { + uni.navigateTo({ + url: `/pages/admin/goods_details/index?product_id=${product_id}&product_type=${product_type}` + }) + } + if (product_type == 0) { + uni.navigateTo({ + url: `/pages/goods_details/index?id=${product_id}` + }) + } + }, // 获取商户分类 getClassfication: function() { let temp = [] diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index d08503b..42d52ff 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -674,6 +674,12 @@ this.getCategory(); break; case 3: + this.where={ + order: '', + keyword: '', + page: 1, + limit: 30 + }; this.getGoods(); break; case 4: