111
QYF-GitLab1
2024-12-23 a2b6203372280be42530c6eaee2bffb6cf3c74d3
packagePersonal/pages/sampleBooks/index.js
@@ -117,6 +117,7 @@
        field: 'CreateDate'
      }
    }).then((res) => {
      console.log(res.datas);
      try {
        if (res.datas.length > 0) {
          res.datas.forEach((item) => {
@@ -143,8 +144,6 @@
          })
        } else {
          this.setData({
            list: [],
            pageTotalCount: 0,
            skeletonLoding: false,
            loading: false
          })