闫增涛
2024-03-28 72edc07a7fe714316d318708710c150f7d247bbc
packageBookService/pages/bookServices/detail/index.js
@@ -1454,14 +1454,12 @@
    if (this.data.tabValue == 'brief' && !this.data.bookBuy) {
      this.buyBook()
    }
    // else if (this.data.tabValue == 'jsek_cloudLearning') {
    //   const tree = this.selectComponent('#tree')
    //   tree.onCloudShoppingCart()
    // } else if (this.data.tabValue == 'questionBank') {
    //   this.buyMock()
    // } else {
    //   console.log(this.data.tabValue);
    // }
    else if (this.data.tabValue == 'jsek_cloudLearning') {
      const tree = this.selectComponent('#tree')
      tree.onCloudShoppingCart()
    } else {
      console.log(this.data.tabValue);
    }
  },
  goRead() {