取消页面toast图标展示

This commit is contained in:
TOP糯米 2023-04-07 23:38:12 +08:00
parent 8562c1fe9b
commit 307f7dafce
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ export default {
desc: this.content,
})
.then((msg) => {
this.$utils.toast(msg, { icon: "success" }).then(() => {
this.$utils.toast(msg).then(() => {
this.$utils.toPage("/pages/order/order", {}, "switch");
});
})

View File

@ -96,7 +96,7 @@ export default {
desc: this.content,
})
.then((msg) => {
this.$utils.toast(msg, { icon: "success" }).then(() => {
this.$utils.toast(msg).then(() => {
this.$utils.toPage("/pages/order/order", {}, "switch");
});
})

View File

@ -148,7 +148,7 @@ export default {
desc: this.content,
})
.then((msg) => {
this.$utils.toast(msg, { icon: "success" }).then(() => {
this.$utils.toast(msg).then(() => {
this.$utils.toPage("/pages/order/order", {}, "switch");
});
})