用data-传一个id过去 拿到对应的id跳转对应的页面就可以了啊
文档了解下?
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
<image bindtap=“imageTap” … />
页面js里
imageTap(e){
wx.navigateTo({
url:‘xxxxxxxx’
})
}
作为一个没什么基础,想着自学的小菜鸟,真的好难