fix:修复【c端】购买商品“营销系统卡密”,显示的支付金额是0.1,但是跳转到支付时,显示的是1

This commit is contained in:
Apple 2022-11-01 11:28:11 +08:00
parent 4a076feeb9
commit d25691464e
1 changed files with 1 additions and 1 deletions

View File

@ -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,