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