mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
3f8477001e
commit
98ba8f5fa1
@ -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 != '') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user