bug
闫增涛
2024-09-20 33bca11c5ee8db8a0ca3444869f0cc3048edbe94
packageBookService/pages/bookServices/detail/buyResource/index.js
@@ -569,6 +569,8 @@
    const updated = this.findAndUpdateItemsByIds(this.data.learn, ids, state)
    this.setData({
      learn: updated
    }, () => {
      wx.hideLoading()
    })
  },
  // 单个勾选事件
@@ -577,6 +579,8 @@
    const updated = this.checkResoucrceInfo(this.data.learn, id)
    this.setData({
      learn: updated
    }, () => {
      wx.hideLoading()
    })
  },
  upDateShopCar(id, tree) {