yiming
2024-04-19 338ad19ee45b5380a0d8433cbbce2a727a576dfa
packageBookService/pages/bookServices/detail/buyResource/index.js
@@ -10,7 +10,7 @@
    learn: [],
    openLearnids: [],
    bookId: "",
    loading: false,
    loading: true,
    shoppingList: [],
    shoppingCartGetId: [],
    methodId: [],
@@ -18,7 +18,8 @@
    superior: false,
    checkAllState: true,
    productLinkPath: '',
    refCode: ''
    refCode: '',
    haider: false
  },
  /**
@@ -118,6 +119,7 @@
          return this.setData({
            noResources: true,
            loading: false,
            haider: true
          });
        }
        //教学资源 云学习
@@ -134,6 +136,7 @@
              this.setData({
                teach: list,
                loading: false,
                haider: true
              });
              this.findChildIds(this.data.teach, (this.data.openTeachids = []));
            } else if (type.refCode == "jsek_cloudLearning") {
@@ -146,6 +149,7 @@
                learn: list,
                loading: false,
                openLearnids: result,
                haider: true
              });
            }
            console.log(list, '云學習');
@@ -157,6 +161,7 @@
          this.setData({
            test: res.datas.cmsDatas[0].datas,
            loading: false,
            haider: true
          });
        } else {
          console.log("其他");