|
@@ -246,7 +246,6 @@ export default {
|
|
|
this.msgType = "success";
|
|
|
this.$refs.alertDialog.open();
|
|
|
} else {
|
|
|
- console.log(res.data.msg)
|
|
|
// uni.showToast({
|
|
|
// title: res.data.msg,
|
|
|
// icon: "none",
|
|
@@ -255,12 +254,12 @@ export default {
|
|
|
// });
|
|
|
}
|
|
|
} else {
|
|
|
- uni.showToast({
|
|
|
- title: res.message,
|
|
|
- icon: "none",
|
|
|
- mask: true,
|
|
|
- duration: 4000,
|
|
|
- });
|
|
|
+ // uni.showToast({
|
|
|
+ // title: res.message,
|
|
|
+ // icon: "none",
|
|
|
+ // mask: true,
|
|
|
+ // duration: 4000,
|
|
|
+ // });
|
|
|
}
|
|
|
});
|
|
|
},
|