yiming
2024-03-26 c5864be56488bee0c767d4b1cf157db4a0ec33c3
pages/retrievalPage/index.js
@@ -122,11 +122,17 @@
  //标签的切换
  onTabsChange(event) {
    const value = event.detail.value
    // if (this.data.bookData <= 0 || this.data.courseData <= 0 || this.data.digitalTextbooksData <= 0 || this.data.seminarData <= 0 || this.data.biblioClassificationData <= 0 || this.data.bookFairData <= 0) {
    //   this.setData({
    //     isMore: true
    //   })
    // }
    if (value === '0') {
      this.setData({
        tabValue: value,
        isMore: false
      })
    } else if (value === '1') {
      console.log(value, 'tab');
      this.setData({
@@ -418,7 +424,7 @@
      method: 'post',
      data: body
    }).then((resp) => {
      // console.log(resp);
      console.log(resp, 'resp');
      //图书       0
      const data1 = resp[0]
@@ -492,6 +498,9 @@
    })
    wx.stopPullDownRefresh()
  },
  bibliographyGet() {
    let bibliographyObj = {}