Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/mobileclient into couponV2.0
This commit is contained in:
commit
cfb13dae85
|
@ -554,7 +554,7 @@
|
||||||
let data = {
|
let data = {
|
||||||
"token": localStorage.getItem('token'),
|
"token": localStorage.getItem('token'),
|
||||||
"key": localStorage.getItem('key'),
|
"key": localStorage.getItem('key'),
|
||||||
"code_batch_id": this.goodsDetail.code_batch_id,
|
"code_batch_id": this.goodsDetail.coupon.code_batch_id||this.goodsDetail.code_batch_id,
|
||||||
"goods_id": this.goodInfo.goods_id,
|
"goods_id": this.goodInfo.goods_id,
|
||||||
"account": this.account || '888888', /* 卡密时默认账号 */
|
"account": this.account || '888888', /* 卡密时默认账号 */
|
||||||
"pay_type": payType == 2 ? 1 : 5,
|
"pay_type": payType == 2 ? 1 : 5,
|
||||||
|
|
Loading…
Reference in New Issue