mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化注册矿山问题
This commit is contained in:
parent
f1415ce03f
commit
70cbc77fba
@ -375,19 +375,18 @@ 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;
|
||||
|
||||
if (_key != null && _key != undefined && _key != '') {
|
||||
//根据key 去做登录
|
||||
factory.login._doLoginOwnerByKey(_key);
|
||||
}
|
||||
|
||||
let wAppId = _option.wAppId;
|
||||
|
||||
if (wAppId != null && wAppId != undefined && wAppId != '') {
|
||||
uni.setStorageSync(constant.mapping.W_APP_ID, _option.wAppId);
|
||||
}
|
||||
|
||||
// #endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user