litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
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
          })