yiming
2024-04-28 9ba507bed7688a1a9eee31255e40add8bf1a8689
pages/bibliographyList/index.js
@@ -54,19 +54,12 @@
        navBarHeight: navBarHeight,
        barHeight: systInfo.statusBarHeight,
      })
      let event = {
        detail: {
          value: "0"
        }
      }
      this.onTabsChange(event)
    },
    /**
@@ -80,7 +73,8 @@
     * 生命周期函数--监听页面显示
     */
    onShow() {
      console.log(this.data.value);
      // console.log(this.data.value);
    },
    /**
@@ -145,7 +139,7 @@
    //高等教育
    higherGet(keyword) {
      console.log(keyword, 'keyword');
      // console.log(keyword, 'keyword');
      let searchObj = {
        'Name*': keyword,
        '||author*': keyword,
@@ -178,12 +172,12 @@
        res.datas.forEach(item => {
          item.determine = true
        })
        console.log(res, 789111);
        // console.log(res, 789111);
        this.setData({
          higherList: res.datas,
          higherTotal: res.total
        })
        console.log(this.data.higherList, '5555');
        // console.log(this.data.higherList, '5555');
        this.setData({
          loading: false, //开启骨架屏加载
          hidden: false, //是否展示内容