yiming
2024-06-17 2b222a728e2aa4c1409e2fd26849df6fbc4d1e3b
pages/specialDiscussion/index.js
@@ -23,7 +23,8 @@
    batList: [],
    specialDiscussionList: [],
    searchValue: '',
    batListValue: ''
    batListValue: '',
    loading: false
  },
  /**
@@ -40,7 +41,11 @@
      navBarHeight: navBarHeight,
    });
    this.ceShiList()
    this.getCourseTypeListList()
  },
  /**
@@ -120,6 +125,9 @@
  },
  // 获取图片文字列表
  ceShiList() {
    this.setData({
      loading: true
    })
    let searchObj = {}
    if (this.data.searchValue) {
      searchObj = {
@@ -177,9 +185,10 @@
            // console.log('两个时间相同,')
          }
        })
        this.setData({
          specialSubjectList,
          loading: false,
          "tabList[0].amount": specialSubjectList.length
        })
      })
@@ -247,6 +256,7 @@
  specialDiscussionGet(item) {
    let searchObj = {}
    if (this.data.searchValue) {
      searchObj = {
@@ -297,7 +307,10 @@
        this.setData({
          specialDiscussionList: data,
          "tabList[1].amount": data.length
          "tabList[1].amount": data.length,
        })
        console.log(this.data.specialDiscussionList);