From acbf61af5c8df158ace42b0c3b84cca25e9b1ff0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Dec 2021 11:46:12 +0800 Subject: [PATCH] BUG 25498 --- src/apps/AppInterview/interviewDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppInterview/interviewDetail.vue b/src/apps/AppInterview/interviewDetail.vue index c0591b67..71648209 100644 --- a/src/apps/AppInterview/interviewDetail.vue +++ b/src/apps/AppInterview/interviewDetail.vue @@ -67,7 +67,7 @@ export default { }).then(res => { if (res?.code == 0) { this.$u.toast("提交成功!") - this.root.goto({query: {}}) + uni.navigateBack({}) } }) }