Commit 16ae0662 by 高淑倩

add: 路由跳转详情

parent ff1e3295
...@@ -51,6 +51,7 @@ wxService.page({ ...@@ -51,6 +51,7 @@ wxService.page({
handleDetail(e) { handleDetail(e) {
const {index} = e.currentTarget.dataset const {index} = e.currentTarget.dataset
console.log('handleDetail',index) console.log('handleDetail',index)
wxService.router(`/pages/pointDetail/pointDetail`).search({index})
}, },
/** /**
* 生命周期函数--监听页面隐藏 * 生命周期函数--监听页面隐藏
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment