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