litian
2024-03-26 10db09788d74b441a2efd85f5d4614e944b07bb3
packagePersonal/pages/feedBack/index.js
@@ -39,8 +39,7 @@
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    console.log(options);
    this.getDataList(false);
    console.log(options)
  },
  /**
@@ -54,7 +53,7 @@
   * 生命周期函数--监听页面显示
   */
  onShow() {
    this.getDataList(false);
  },
  /**
   * 生命周期函数--监听页面卸载
@@ -64,7 +63,6 @@
  },
  tabBookClick(item) {
    console.log(item, 1)
    let that = this;
    let info = this.data.tabList[item.detail.value]
    that.setData({
@@ -112,7 +110,6 @@
              isMoreData: dataList.length > 0 ? false : true,
              skeletonLoding: false,
            })
            console.log(this.data.list, 123)
          } else {
            this.setData({
              skeletonLoding: false,