取消页面toast图标展示
This commit is contained in:
parent
8562c1fe9b
commit
307f7dafce
|
@ -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");
|
||||
});
|
||||
})
|
||||
|
|
|
@ -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");
|
||||
});
|
||||
})
|
||||
|
|
|
@ -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");
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue