yiming
2024-03-27 3963ae3ae3ebc2908905bb1409799d7b883a802f
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('用户点击了取消')