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: {