|
@@ -327,7 +327,7 @@
|
|
|
"couponAmount": this.couponAmount, // 优惠金额
|
|
|
}
|
|
|
if (this.checkedCoupon) {
|
|
|
- params.couponReceivesList = [{couponId:this.checkedCoupon.id}]
|
|
|
+ params.couponReceivesList = [{id:this.checkedCoupon.id}]
|
|
|
}
|
|
|
saveOrder(params).then(res => {
|
|
|
uni.hideLoading()
|