@@ -176,7 +176,8 @@ export default {
}
],
success: (data) => {
- data.index === 0 && this.checkOrder(order);
+ if (data.index === 0) this.checkOrder(order);
+ else this.showToastByCode("6004");
},
cancel: () => {
console.log("cancel");