From 498f3196b4f4de53b2248f490a5ff0744bd92bc6 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 23 Jul 2020 15:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=80=E5=87=BA=E6=97=B6?= =?UTF-8?q?=E5=86=8D=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/settings/settings.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/settings/settings.vue b/pages/settings/settings.vue index ee236bb..1799b15 100644 --- a/pages/settings/settings.vue +++ b/pages/settings/settings.vue @@ -194,7 +194,11 @@ }); return; } + let wAppId=uni.getStorageSync(constant.mapping.W_APP_ID); uni.clearStorageSync(); + if (wAppId != null && wAppId != undefined && wAppId != '') { + uni.setStorageSync(constant.mapping.W_APP_ID, _option.wAppId); + } uni.navigateTo({ url:'/pages/login/login' });