feat:创建优惠券订单增加【pay_amount】,便于后端比价
This commit is contained in:
parent
ff429da996
commit
ca0482f777
|
@ -549,8 +549,8 @@
|
|||
"code_batch_id": this.goodsDetail.code_batch_id,
|
||||
"goods_id": this.goodInfo.goods_id,
|
||||
"account": this.account,
|
||||
"pay_type": payType == 2 ? 1 : 5
|
||||
|
||||
"pay_type": payType == 2 ? 1 : 5,
|
||||
"pay_amount":this.goodsDetail.coupon_price
|
||||
}
|
||||
return new Promise((resolve, reject) => {
|
||||
req.axiosPost('/key/createCouponOrder', data).then(res => {
|
||||
|
|
Loading…
Reference in New Issue