const _app = getApp() Page({ data: { pageTop: 0, background: 'transparent', }, onLoad() {}, }) export {}