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() {