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