Browse Source

抽奖分享修改

master
396316021 1 year ago
parent
commit
b5c06e8360
  1. 4
      pages/Coupons/index.vue

4
pages/Coupons/index.vue

@ -214,7 +214,7 @@
// } // }
return { return {
title:'优惠在这', title:'优惠在这',
path:'/pages/Coupons/index?coupon_type=1&type=draw', path:'/pages/Coupons/index?coupon_type='+this.couponType+'&type='+this.type,
} }
}, },
onShareTimeline() { onShareTimeline() {
@ -223,7 +223,7 @@
// } // }
return { return {
title:'优惠在这', title:'优惠在这',
path:'/pages/Index/index?coupon_type=1&type=draw', path:'/pages/Index/index?coupon_type='+this.couponType+'&type='+this.type,
} }
}, },
methods: { methods: {

Loading…
Cancel
Save