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,8 +149,10 @@
                learn: list,
                loading: false,
                openLearnids: result,
                haider: true
              });
            }
            console.log(list, '云學習');
          } else {
            // 无数据
          }
@@ -156,6 +161,7 @@
          this.setData({
            test: res.datas.cmsDatas[0].datas,
            loading: false,
            haider: true
          });
        } else {
          console.log("其他");
@@ -197,6 +203,7 @@
        jsek_resourceBrief: [],
        jsek_link: [],
        accessType: [],
        learnSelectType: [],
      },
      pading: {
        start: 0,