fix:修复【c端】购买商品“营销系统卡密”,显示的支付金额是0.1,但是跳转到支付时,显示的是1
This commit is contained in:
parent
4a076feeb9
commit
d25691464e
|
@ -554,7 +554,7 @@
|
|||
let data = {
|
||||
"token": localStorage.getItem('token'),
|
||||
"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,
|
||||
"account": this.account || '888888', /* 卡密时默认账号 */
|
||||
"pay_type": payType == 2 ? 1 : 5,
|
||||
|
|
Loading…
Reference in New Issue