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