🦀️ fix: 修复bug
This commit is contained in:
parent
1695eb1290
commit
ead8f430fa
|
@ -291,7 +291,7 @@
|
|||
"account": this.account, /* 卡密时默认账号 */
|
||||
"pay_type": payType == 2 ? 1 : 5,
|
||||
"pay_amount": this.goodsDetail.coupon_price,
|
||||
'jd_code': localStorage.getItem('jd_code') || ''
|
||||
'jd_code': this.goodInfo.is_e_card ? localStorage.getItem('jd_code') : ''
|
||||
};
|
||||
return new Promise((resolve, reject) => {
|
||||
req.axiosPost('/key/createCouponOrder', data).then(res => {
|
||||
|
|
Loading…
Reference in New Issue