From 2a382aa0b4a83a653957ebd847852336a384c845 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Tue, 18 Aug 2020 15:51:04 +0800 Subject: [PATCH] ... --- pageC/merchant/classifyGoods.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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