toChat: function (e) {
let that = this;
let id = e.currentTarget.dataset.id;
wx.navigateTo({
url: `chat/chat?id=${id}`
})
},
toChat: function (e) {
let that = this;
let id = e.currentTarget.dataset.id;
wx.navigateTo({
url: `chat/chat?id=${id}`
})
},