From b823b6f408afba007aa63691c440c103ad58c6f9 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Fri, 16 Aug 2024 15:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8F=82=E6=95=B0=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/complete.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/apply/complete.vue b/pages/apply/complete.vue index d562dc0..097148c 100644 --- a/pages/apply/complete.vue +++ b/pages/apply/complete.vue @@ -46,12 +46,13 @@ onReady() {}, methods: { submit() { - uni.navigateBack({ - delta:2 - }) - // uni.reLaunch({ - // url: '/pages/index/index' + // uni.navigateBack({ + // delta:2 // }) + const Company = uni.getStorageSync('Company') + uni.reLaunch({ + url: '/pages/index/index?Company='+Company + }) }, }