From 98ba8f5fa14390765f05a2e730ff988447ef3eed Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 11 Aug 2020 17:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- context/Java110Context.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/context/Java110Context.js b/context/Java110Context.js index 1a6874f..a2c08d0 100644 --- a/context/Java110Context.js +++ b/context/Java110Context.js @@ -376,11 +376,6 @@ const onLoad = function(_option) { console.log('参数打印',_option); // #ifdef H5 - let wAppId = _option.wAppId; - - if (wAppId != null && wAppId != undefined && wAppId != '') { - uni.setStorageSync(constant.mapping.W_APP_ID, _option.wAppId); - } let _key = _option.key; @@ -389,7 +384,6 @@ const onLoad = function(_option) { factory.login._doLoginOwnerByKey(_key); } - let wAppId = _option.wAppId; if (wAppId != null && wAppId != undefined && wAppId != '') {