const _app = getApp(); Page({ data: {}, onLoad() {}, handleDetail() { wx.navigateTo({ url: "/pages/classify/index", }); }, }); export {};