yiming
2024-04-03 8c794be279e13aa477af7ebbe4bc97570b7da816
packageBookService/pages/bookServices/detail/components/tree/index.js
@@ -422,6 +422,8 @@
      });
      if (shoppingCartGetId.includes(saleMethodId)) {
        console.log(111);
        // this.data.updateShoppingCartHidden();
        // this.data.updateCloudLearning();
        wx.showToast({
          icon: "error",
@@ -448,7 +450,19 @@
        });
      }
    },
    sadd() {
      this.triggerEvent('updateShoppingCartHidden');
      this.triggerEvent('updateCloudLearning');
      console.log(789);
  },
  },
<<<<<<< Updated upstream
  catchtap() {},
});
=======
  catchtap() {}
})
>>>>>>> Stashed changes