const _app = getApp(); Page({ data: { float1: false, }, onLoad() {}, }); export {};