Commit 4c5c17db authored by qipeng's avatar qipeng

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

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