diff --git a/src/apps/AppInterview/interviewDetail.vue b/src/apps/AppInterview/interviewDetail.vue index 71648209..677dbefa 100644 --- a/src/apps/AppInterview/interviewDetail.vue +++ b/src/apps/AppInterview/interviewDetail.vue @@ -67,7 +67,9 @@ export default { }).then(res => { if (res?.code == 0) { this.$u.toast("提交成功!") - uni.navigateBack({}) + setTimeout(() => { + uni.navigateBack({}) + }, 1000) } }) }