From 4171b99a7033bf254b25fc572be50b922e037d68 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Tue, 14 Dec 2021 14:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppNotification/add.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/apps/AppNotification/add.vue b/src/apps/AppNotification/add.vue index 5f9c9bb2..64adf982 100644 --- a/src/apps/AppNotification/add.vue +++ b/src/apps/AppNotification/add.vue @@ -165,16 +165,11 @@ export default { status, }).then(res => { if (res.code == 0) { - this.$u.toast(status == 1 ? "发布成功" : "保存成功") - this.$refs["aiBack"].back() + this.$u.toast(status == 1 ? "发布成功" : "保存成功"); + this.$refs["aiBack"].back(); } }) }, - select() { - uni.navigateTo({ - url: "/pages/meetingNotice/components/notice" - }) - } }, computed: { background() {