const _app = getApp() Page({ data: {}, onLoad() {}, handleEdit() { wx.navigateTo({ url: '/patient/pages/noteDiffEdit/index', }) }, }) export {}