liukangdong
2024-07-30 d5592767654f4fc59b572bab54de1d9202d994ea
wechat_jiaxuan/pages/consult/consult.js
@@ -35,11 +35,6 @@
      })
    }
  },
  onPullDownRefresh: function () {
    console.log('下拉刷新');
    this.setData({ dataList: [], pageNum: 1, total: 0 })
    this.getList()
  },
  getCate() {
    getCatalogList({catalogCode: 'product_info'}).then(res => {
      this.setData({ category: res.data })