Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/mobileclient into couponV2.0
This commit is contained in:
commit
ab42761f23
|
@ -62,6 +62,7 @@
|
||||||
plaflam: 1,
|
plaflam: 1,
|
||||||
payResult: false,
|
payResult: false,
|
||||||
copyLink: '',
|
copyLink: '',
|
||||||
|
orderId:'',
|
||||||
redirect_url: '' //微信小程序链接
|
redirect_url: '' //微信小程序链接
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -118,6 +119,7 @@
|
||||||
this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段
|
this.plaflam = res.data.product.entity.channel;//只有立减金商品才有channel字段
|
||||||
this.redirect_url = res.data.wechat_redirect_url;
|
this.redirect_url = res.data.wechat_redirect_url;
|
||||||
this.payStatus = res.data.pay_status;
|
this.payStatus = res.data.pay_status;
|
||||||
|
this.orderId=res.data.alipay_order_number;
|
||||||
} else {
|
} else {
|
||||||
this.countdownFn();
|
this.countdownFn();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue