微信小程序点击跳转传值

showListView(e) {
let txt = e.currentTarget.dataset.txt
wx.navigateTo({
url:
‘/pages/list/index?title=‘ + txt
})
}