riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
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, {