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