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