const app = getApp(); Page({ data: {}, onLoad() { // app.waitLogin().then(() => {}); }, }); export {};