This commit is contained in:
2024-08-22 01:01:35 +08:00
parent faa008ae28
commit b43246074a
9 changed files with 183 additions and 19 deletions

View File

@@ -8,6 +8,22 @@ Page({
},
jumpPage(e) {
let jumpType = e.currentTarget.dataset.jumptype;
console.log(jumpType == 2);
if (jumpType == 2) {
wx.navigateTo({
url: "/pages/details/details?id=1"
})
}
// wx.navigateTo({
// url: this.data.category[index].url
// })
},
/**
* 生命周期函数--监听页面加载
*/