优化代码

This commit is contained in:
java110 2022-03-31 12:36:32 +08:00
parent 5fef07e61f
commit 03724416eb

View File

@ -19,7 +19,7 @@ export function pageOnLoad(options) {
let _key = options.key;
if (isNotNull(_key)) {
//根据key 去做登录
doLoginOwnerByKey(_key, callback);
doLoginOwnerByKey(_key, function(){});
}
getPageWAppId(options)