From 21ec6d01cddc7d6a45885f50c8c33394cbdfdb4d Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Dec 2021 15:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=89=80=E6=9C=89=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=90=8E=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppMeetingNotice/addMeeting.vue | 2 +- src/sass/AppNotification/add.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/AppMeetingNotice/addMeeting.vue b/src/sass/AppMeetingNotice/addMeeting.vue index b53785a7..034783e5 100644 --- a/src/sass/AppMeetingNotice/addMeeting.vue +++ b/src/sass/AppMeetingNotice/addMeeting.vue @@ -258,7 +258,7 @@ export default { }).then(res => { if (res.code == 0) { this.$u.toast(status == 1 ? "发布成功" : "保存成功") - this.$refs["aiBack"].back() + uni.navigateBack({}) } }) }, diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index 6abbca61..09c7ead9 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -165,7 +165,7 @@ export default { }).then(res => { if (res.code == 0) { this.$u.toast(status == 1 ? "发布成功" : "保存成功"); - this.$refs["aiBack"].back(); + uni.navigateBack({}) } }) },