diff --git a/pageC/merchant/classifyGoods.vue b/pageC/merchant/classifyGoods.vue index d6e2ce5..d7b5d28 100644 --- a/pageC/merchant/classifyGoods.vue +++ b/pageC/merchant/classifyGoods.vue @@ -14,7 +14,7 @@ - + @@ -128,12 +128,6 @@ export default { this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * 90 + 'px'; // console.log(this.scrollHeight); }, - toDetailsPage(id) { - this.$u.route('/pageB/sdetails/index', { - id: id, - type: 1 // 商品详情 商品类型 1普通 2拼团 3秒杀 4优惠券 - }); - }, setTitle(title){ uni.setNavigationBarTitle({ title: title