bug
闫增涛
2024-09-09 7eea32a9a7a034e951468bea279688e8db5c1c98
packageBookService/pages/bookServices/detail/buyResource/index.js
@@ -19,7 +19,6 @@
    checkAllState: true,
    productLinkPath: '',
    refCode: '',
    haider: false,
    naData: false,
    bookRefCode: []
  },
@@ -256,7 +255,6 @@
        return this.setData({
          noResources: true,
          loading: false,
          haider: true,
        });
      }
      let list = []
@@ -319,7 +317,6 @@
            learn: list,
            loading: false,
            openLearnids: result,
            haider: true,
          });
        }
      }
@@ -361,7 +358,6 @@
          return this.setData({
            noResources: true,
            loading: false,
            haider: true,
          });
        }
        //教学资源 云学习
@@ -378,7 +374,6 @@
              this.setData({
                teach: list,
                loading: false,
                haider: true
              });
              this.findChildIds(this.data.teach, (this.data.openTeachids = []));
            } else if (type.refCode == "jsek_cloudLearning") {
@@ -391,7 +386,6 @@
                learn: list,
                loading: false,
                openLearnids: result,
                haider: true
              });
            }
            console.log(list, '云學習');
@@ -403,7 +397,6 @@
          this.setData({
            test: res.datas.cmsDatas[0].datas,
            loading: false,
            haider: true
          });
        } else {
          console.log("其他");