From d07437523ea01e7f40dae249d8c27feefb9cffeb Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Feb 2023 17:57:03 +0800 Subject: [PATCH] navigateBack --- src/project/qujing/AppLegalLearning/result.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/result.vue b/src/project/qujing/AppLegalLearning/result.vue index 5bee491..cdef863 100644 --- a/src/project/qujing/AppLegalLearning/result.vue +++ b/src/project/qujing/AppLegalLearning/result.vue @@ -76,8 +76,8 @@ export default { }, methods: { back() { - uni.reLaunch({ - url: './AppLegalLearning' + uni.navigateBack({ + delta: 2 }) }, },