@@ -229,20 +229,20 @@ export default {
this.msgType = "success";
this.$refs.alertDialog.open();
} else {
- uni.showToast({
- title: res.data.msg,
- icon: "none",
- mask: true,
- duration: 4000,
- });
+ // uni.showToast({
+ // title: res.data.msg,
+ // icon: "none",
+ // mask: true,
+ // duration: 4000,
+ // });
}
- title: res.message,
+ // title: res.message,
});
},