闫增涛
2025-03-31 04c7b0163caeae4ab1c5da62e301fa993101cfad
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
          })