yiming
2024-04-15 2d3276fce97e33f5c7f04a74632e18ebb01c3a4d
packageDomain/pages/resourceDetails/myAudio/index.js
@@ -267,16 +267,22 @@
          this.data.threeLeveData.push(item);
        }
        if (this.data.productLinkPath == item.productLinkPath) {
          selectedId = index;
        }
      });
      });
      console.log(this.data.threeLeveData);
      this.data.threeLeveData.forEach((items, indexs) => {
        if (this.data.productLinkPath == items.productLinkPath) {
          selectedId = indexs;
        }
      })
      if (selectedId !== -1) {
        let datas = this.data.threeLeveData[selectedId];
        if (this.data.formPath == 'jsek_cloudLearning') {
          showDataUrl = app.config.requestCtx + '/file/api/ApiDownloadForAuthorize?md5=' + datas.protectedFile + '&token=' + wx.getStorageSync(app.config.tokenKey);
        } else {
          console.log(datas);
          showDataUrl = app.config.requestCtx + '/file/api/ApiDownload?md5=' + datas.file;
        }
        titleName = datas.name;