const _app = getApp() Page({ data: { active: 2, }, onLoad() {}, handleDetail() { wx.navigateTo({ url: '/pages/noticeDetail/index', }) }, }) export {}