litian
2024-11-13 e5f0fcb8e803767a2483d21cb1e8b38cb90e7de5
packageBookService/pages/bookServices/detail/components/tree/index.js
@@ -211,12 +211,13 @@
        let file = item.fileMap[item.file] ? item.fileMap[item.file] : item.fileMap[item.freeFile]
        if (file && file.protectType !== "Public") {
          return wx.showToast({
            icon: "error",
            icon: "none",
            title: "资源不可用,请联系管理员",
          });
        }
      }
      if (this.properties.tab == "jsek_cloudLearning") {
        // 1.找出所有父级目录和本身(有销售方式) 和 云学习本身(有销售方式) 放到一个数组  为空则暂未开放销售
        let learn = []
        if (this.properties.isCloundHaveSaleMethod) {
@@ -240,6 +241,16 @@
          icon: 'error',
          title: '请先购买该资源',
        })
        if (item.protectedFile || item.freeFile) {
          let file = item.fileMap[item.protectedFile] ? item.fileMap[item.protectedFile] : item.fileMap[item.freeFile]
          if (file && file.protectType !== "Public") {
            return wx.showToast({
              icon: 'none',
              title: "资源不可用,请联系管理员",
            });
          }
        }
      }
      let url;
      if (item.selectType == "video" || item.learnSelectType == "video") {
@@ -498,7 +509,7 @@
      });
      if (shoppingCartGetId.includes(saleMethodId)) {
        wx.showToast({
          icon: "error",
          icon: "success",
          title: "已添加",
        });
        this.setData({