feat:创建优惠券订单增加【pay_amount】,便于后端比价

This commit is contained in:
Apple 2022-10-25 17:23:48 +08:00
parent ff429da996
commit ca0482f777
1 changed files with 2 additions and 2 deletions

View File

@ -549,8 +549,8 @@
"code_batch_id": this.goodsDetail.code_batch_id, "code_batch_id": this.goodsDetail.code_batch_id,
"goods_id": this.goodInfo.goods_id, "goods_id": this.goodInfo.goods_id,
"account": this.account, "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) => { return new Promise((resolve, reject) => {
req.axiosPost('/key/createCouponOrder', data).then(res => { req.axiosPost('/key/createCouponOrder', data).then(res => {