@@ -416,10 +416,11 @@ export default {
});
return;
} else {
- uni.showToast({
- title: re.msg,
- icon: "none",
- });
+ uni.showModal({
+ title: re.msg,
+ showCancel: false,
+ });
+
}
},