yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
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) {
@@ -509,6 +512,7 @@
  //高级分类选择
  onChangeIcon(e) {
    this.setData({
      bookList: [],
      'assortCheck.code': e.detail.value,
      stairCode: '',
      secondCode: '',
@@ -525,11 +529,13 @@
      `${this.data.assortCheck.code}\\${e.detail.value}` :
      this.data.assortCheck.code;
    this.setData({
      bookList: [],
      pathList: [],
      stairCode: e.detail.value,
      secondCode: '',
      path: path,
      'stairList.value': e.detail.value,
      'secondList.value': ""
    });
    this.getBookList(false);
    this.getSecondList(path);