فهرست منبع

Merge branch 'developer' into developerC

zhengjinyi 3 سال پیش
والد
کامیت
55035b8cc7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/user/order/create-order.vue

+ 1 - 1
pages/user/order/create-order.vue

@@ -536,7 +536,7 @@
 				console.log('优惠券金额',this.couponAmount)
 			},
 			orderSubmitMit(){// 提交订单按钮点击事件
-				if(this.orderShouldPayFee <1000){
+				if(this.allPrice <1000){
 					this.showModal = true
 					this.contentModalText = '采购金额过小,将扣除500采美豆,建议您前往采美旗下“呵呵商城”小程序购买小额商品。'    //操作文字提示语句
 					this.showModalstauts = 1