litian
2024-06-28 75a9abca4f4cf0ebe579705abc369489cfe20e7c
packagePersonal/pages/myCollection/index.js
@@ -16,6 +16,11 @@
        label: '课程',
        key: 1,
        linkType: 'Favoriteclass',
      },
      {
        label: '数字教材',
        key: 2,
        linkType: 'FavoriteTextBooks',
      }
    ],
    list: [],
@@ -35,10 +40,11 @@
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    console.log(options);
    // this.getDataList(false);
  },
  onShow() {
    this.getDataList(false);
  },
  /**
   * 生命周期函数--监听页面初次渲染完成
   */
@@ -90,6 +96,7 @@
          })
        } else {
          this.setData({
            list: [],
            skeletonLoding: false,
            loading: false
          })