Explorar el Código

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
优惠券下单修改

1004749546@qq.com hace 4 años
padre
commit
58fee9cd2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/getOrder/getOrder.vue

+ 1 - 1
pages/getOrder/getOrder.vue

@@ -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()