jiangping
2024-07-26 816d84a76c1a2f16f88dba70664397961f55caa1
wechat_jiaxuan/pages/consult/consult.js
@@ -1,4 +1,4 @@
import { getZhongTaiProductNewsPage, getCatalogList, getCataLogTagList } from '../../api/index'
import { getZhongTaiProductNewsPage, getCatalogList,actionDo } from '../../api/index'
Page({
  /**
@@ -57,6 +57,7 @@
  },
  itemClick(e) {
    const item = e.currentTarget.dataset.item
    actionDo({actionType: 'view',id: item.id})
    if(item.contentType == 'link'){
      wx.navigateTo({
        url: '/pages/webView/index?link=' + item.content,
@@ -71,6 +72,10 @@
      })
    }    
  },
  searchList() {
    this.setData({ dataList: [], total: 0, pageNum: 1 })
    this.getList()
  },
  getList() {
    const { pageNum, pageSize, catalogCode, tagCode, query } = this.data
    getZhongTaiProductNewsPage({