@@ -362,7 +362,7 @@
this.cansubmit = true;
uni.hideLoading();
// uni.$u.toast(err.msg);
- if (err.msg.includes('限购')) {
+ // if (err.msg.includes('限购')) {
this.umodal.title = '';
this.umodal.content = err.msg;
this.umodal.show = true;
@@ -371,7 +371,7 @@
// status: 0
// });
// }, 2000)
- }
+ // }
console.log('submitOrder', err);
})
},