const _app = getApp(); Page({ data: {}, onLoad() {}, handleTap1() { wx.navigateBack() }, }); export {};