litian
2024-03-26 10db09788d74b441a2efd85f5d4614e944b07bb3
packagePersonal/pages/myCollection/index.js
@@ -48,7 +48,6 @@
  },
  tabBookClick(item) {
    console.log(item, 1)
    let that = this;
    let info = this.data.tabList[item.detail.value]
    that.setData({
@@ -167,7 +166,7 @@
                icon: 'success',
                duration: 1000,
              })
              this.getDataList(false)
              that.getDataList(false)
            });
        } else if (res.cancel) {
          console.log('用户点击了取消')