navigate组件如何添加到图片上
// wxml <image bindtap="handleTap" /> // js Page({ handleTap () { wx.navigateTo({ url: '....' // 你要跳转的页面路径 }) } })