Page({ data: { }, swiperItemTap: function(event) { const pagePath = event.currentTarget.dataset.url; wx.navigateTo({ url: pagePath }); }, onLoad(options) { }, onReady() { }, onShow() { }, onHide() { }, onUnload() { }, onPullDownRefresh() { }, onReachBottom() { }, onShareAppMessage() { }, })