lll
liukangdong
2024-08-01 684ef70c5834b3bdee5997dbdc8bf193eacb7851
wechat_jiaxuan/pages/consult/consult.js
@@ -57,6 +57,13 @@
  },
  itemClick(e) {
    const item = e.currentTarget.dataset.item
    const { dataList } = this.data
    dataList.forEach(ite => {
      if(item.id === ite.id){
        ite.viewCount += 1
      }
    })
    this.setData({ dataList })
    actionDo({actionType: 'view',id: item.id})
    if(item.contentType == 'link'){
      wx.navigateTo({