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 != '') {