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