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