@@ -182,6 +182,11 @@
setTimeout(() => {
return uni.navigateBack(1);
}, 2000);
+ }else{
+ uni.showToast({
+ title: res.msg,
+ icon: "none"
+ });
}
},
//输入事件