unknown
2022-08-16 edd35a251b58b1fad17015deda92324f74458434
pages/module_consult/consultsearch/consultsearch.js
@@ -11,15 +11,9 @@
    placeholder: '搜索',
    value: '',
    history: ['a', 'b'],
    history: [],
    hotTopic: [{
      name: '热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门热门'
    },{
      name: 't2'
    },{
      name: 't3'
    }],
    hotTopic: [],
  },
  /**
@@ -132,7 +126,7 @@
  gotoDetail (e) {
    var i = e.currentTarget.dataset.index
    var fileId = this.data.hotTopic[i].id
    var fileId = this.data.hotTopic[i].mfGuid
    wx.navigateTo({
      url: '/pages/module_consult/consultdetail/consultdetail',
      success: (res) => {