|
@@ -80,7 +80,7 @@
|
|
|
isActive: undefined,
|
|
|
backOn: "https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/coupon_bkg2.png",
|
|
|
backOff: "https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/coupon_bkg1.png",
|
|
|
-
|
|
|
+ channelId: '',
|
|
|
};
|
|
|
},
|
|
|
onShow() {
|
|
@@ -94,6 +94,7 @@
|
|
|
this.ticketId = opthios.ticketId
|
|
|
}
|
|
|
if (opthios.couponId) {
|
|
|
+ this.channelId = opthios.channelId
|
|
|
this.couponId = opthios.couponId
|
|
|
this.radiovalue1 = opthios.couponId
|
|
|
}
|
|
@@ -160,6 +161,7 @@
|
|
|
let page = pages[pages.length - 2]
|
|
|
let payInfo = {
|
|
|
...res.data,
|
|
|
+ channelId: this.channelId,
|
|
|
picUrl: env.filePublic + res.data.picUrl.split(',')[0],
|
|
|
couponDiscount: res.data && res.data.couponList && res.data.couponList.length &&
|
|
|
res
|