yiming
2024-04-12 4bc1c36faeec2f90e5acfa836732e49fe0b245e9
packageDomain/pages/sampleBookList/index.js
@@ -348,6 +348,9 @@
  // 获取图书列表
  getBookList(isReachBottom) {
    let that = this;
    this.setData({
      skeletonLoding: true
    })
    let sort;
    let pathObj = {};
    if (that.data.pathList.length) {
@@ -530,6 +533,7 @@
      secondCode: '',
      path: path,
      'stairList.value': e.detail.value,
      'secondList.value': ""
    });
    this.getBookList(false);
    this.getSecondList(path);