Commit 4c5c17db authored by qipeng's avatar qipeng

当接口没有的时候 不显示报错

parent e373a313
...@@ -656,11 +656,12 @@ export default { ...@@ -656,11 +656,12 @@ export default {
} }
this.getUserCouponListFun() this.getUserCouponListFun()
}else{ }else{
uni.showToast({ // uni.showToast({
title: res.message, // title: res.message,
icon: 'none' // icon: 'none'
}) // })
} }
}).catch(() => {
}) })
}, },
getUserCouponListFun(){//判定券是否使用 getUserCouponListFun(){//判定券是否使用
...@@ -678,11 +679,9 @@ export default { ...@@ -678,11 +679,9 @@ export default {
} }
}) })
}else{ }else{
uni.showToast({
title: res.message,
icon: 'none'
})
} }
}).catch(() => {
}) })
}, },
orderTypeNumFun(){ orderTypeNumFun(){
......
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