From 3f1d54858c20b69e579ee9ca1edf1c1fd9ba197c Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 17 May 2022 10:45:13 +0800 Subject: [PATCH] 29608 --- src/mods/work/AppServiceOnline/serviceResult.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mods/work/AppServiceOnline/serviceResult.vue b/src/mods/work/AppServiceOnline/serviceResult.vue index 0315951..e579a83 100644 --- a/src/mods/work/AppServiceOnline/serviceResult.vue +++ b/src/mods/work/AppServiceOnline/serviceResult.vue @@ -25,9 +25,10 @@ export default { methods: { back() { - uni.reLaunch({ - url: '/pages/home/home' - }) + // uni.reLaunch({ + // url: '/pages/home/home' + // }) + uni.navigateBack({delta: 3}) } } }