From b5c06e83600bedcbab0ecb9d96ef19ac5d84cd96 Mon Sep 17 00:00:00 2001 From: 396316021 <396316021@qq.com> Date: Fri, 29 Dec 2023 15:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=A5=96=E5=88=86=E4=BA=AB=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Coupons/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Coupons/index.vue b/pages/Coupons/index.vue index 5963a25..7d74cbf 100644 --- a/pages/Coupons/index.vue +++ b/pages/Coupons/index.vue @@ -214,7 +214,7 @@ // } return { title:'优惠在这', - path:'/pages/Coupons/index?coupon_type=1&type=draw', + path:'/pages/Coupons/index?coupon_type='+this.couponType+'&type='+this.type, } }, onShareTimeline() { @@ -223,7 +223,7 @@ // } return { title:'优惠在这', - path:'/pages/Index/index?coupon_type=1&type=draw', + path:'/pages/Index/index?coupon_type='+this.couponType+'&type='+this.type, } }, methods: {