|
@@ -148,8 +148,15 @@ Component({
|
|
const couponId = this.data.list[e.currentTarget.dataset.index].couponId;
|
|
const couponId = this.data.list[e.currentTarget.dataset.index].couponId;
|
|
const title = this.data.list[e.currentTarget.dataset.index].title;
|
|
const title = this.data.list[e.currentTarget.dataset.index].title;
|
|
wx.navigateTo({
|
|
wx.navigateTo({
|
|
- url: '/pages/welfareMall/couponFitFood/index?couponId=' + couponId + "&couponName=" + title,
|
|
|
|
|
|
+ url: '/pages/welfareMall/couponFitFood/index?couponId=' + couponId + "&couponName=" + title + "&bindGoodsType=" + 1,
|
|
})
|
|
})
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ toFixFoodPageNo(e) {
|
|
|
|
+ const couponId = this.data.list[e.currentTarget.dataset.index].couponId;
|
|
|
|
+ const title = this.data.list[e.currentTarget.dataset.index].title;
|
|
|
|
+ wx.navigateTo({
|
|
|
|
+ url: '/pages/welfareMall/couponFitFood/index?couponId=' + couponId + "&couponName=" + title + "&bindGoodsType=" + 3,
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|