Commit 98f310a3 authored by youjie's avatar youjie

no message

parent eacc79a8
......@@ -839,10 +839,7 @@
const money = this.price
this.couponList.forEach(x=>{
if(x.couponsUseScope==10&&errorMsg) {
uni.showToast({
title:errorMsg,
icon:'none'
})
}else{
if(x.couponsType==1 && x.denomination>discount&&(this.total>=x.orderGuestNum||!x.orderGuestNum)&&this.price>=x.useCondition) {
discount=x.denomination
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment