1
litian
2024-04-17 eeaef4fa1a06616e41ae8013c95e99bb3895aac5
1
3个文件已修改
14 ■■■■ 已修改文件
packageDomain/pages/sampleBookList/applicationForm/index.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/sampleBookList/index.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/sampleBookList/index.wxss 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/sampleBookList/applicationForm/index.js
@@ -61,6 +61,8 @@
              wx.navigateTo({
                url: "/packageDomain/pages/teacherCertification/index",
              });
            } else {
              wx.navigateBack();
            }
          }
        })
packageDomain/pages/sampleBookList/index.js
@@ -348,9 +348,6 @@
  // 获取图书列表
  getBookList(isReachBottom) {
    let that = this;
    this.setData({
      skeletonLoding: true
    })
    let sort;
    let pathObj = {};
    if (that.data.pathList.length) {
@@ -512,12 +509,14 @@
  //高级分类选择
  onChangeIcon(e) {
    this.setData({
      skeletonLoding: true,
      bookList: [],
      'assortCheck.code': e.detail.value,
      stairCode: '',
      secondCode: '',
      path: `${e.detail.value}`,
      'iconList.value': e.detail.value,
    });
    this.getBookList(false);
    this.getStairList(this.data.assortCheck.code);
@@ -529,6 +528,7 @@
      `${this.data.assortCheck.code}\\${e.detail.value}` :
      this.data.assortCheck.code;
    this.setData({
      skeletonLoding: true,
      bookList: [],
      pathList: [],
      stairCode: e.detail.value,
@@ -552,6 +552,7 @@
      });
    }
    this.setData({
      skeletonLoding: true,
      pathList: pathList,
      'secondList.value': e.detail.value,
    });
packageDomain/pages/sampleBookList/index.wxss
@@ -14,7 +14,7 @@
}
.bookServices-list {
  padding-top: 294rpx;
  padding-top: 310rpx;
  background: #F2F3F8;
}
@@ -57,6 +57,7 @@
.srcolbox {
  width: 900rpx;
  white-space: nowrap;
  padding-bottom: 15rpx;
}
.srcolbox .t-button--primary {
@@ -244,11 +245,13 @@
.book-author {
  height: 30rpx;
  margin-top: 16rpx;
  margin-bottom: 14rpx;
  width: 100%;
  font-size: 24rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkbox {