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