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