riku
2023-02-24 5d8e52e398bff7bc8f83e8f5b8a387175b958c98
pages/m_consult/behaviors/b_search.js
@@ -23,7 +23,7 @@
    search(obj, cPage = 1, perPage = this.data.perPage) {
      this.obj = obj
      this.setData({loading: true})
      const t = setTimeout(() => { this.setData({loading: false}) }, 10000);
      // const t = setTimeout(() => { this.setData({loading: false}) }, 10000);
      var that = this
      const {keyword, type} = obj
      consultservice.searchLaw(app.globalData.accessToken.userId, keyword, cPage, perPage, {