mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
5fef07e61f
commit
03724416eb
@ -19,7 +19,7 @@ export function pageOnLoad(options) {
|
|||||||
let _key = options.key;
|
let _key = options.key;
|
||||||
if (isNotNull(_key)) {
|
if (isNotNull(_key)) {
|
||||||
//根据key 去做登录
|
//根据key 去做登录
|
||||||
doLoginOwnerByKey(_key, callback);
|
doLoginOwnerByKey(_key, function(){});
|
||||||
}
|
}
|
||||||
|
|
||||||
getPageWAppId(options)
|
getPageWAppId(options)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user