d
litian
2025-06-17 929710f6d214eed20e93abf4a039ab8d8f587088
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -55,7 +55,7 @@
    buyIdList: [],
    buyList: [],
    learnClassData: null,
    isLearnDataBuy: false,
    isLearnDataBuy: true,
    bookDetail: null,
    learnStartTime: 0,
    learnTimeList: [],
@@ -447,8 +447,9 @@
              })
              this.aliVod(file, this.data.showData)
            } else {
              let file = items.file ? items.file : items.freeFile
              this.setData({
                showData: items.file ? app.config.requestCtx + '/file/api/ApiDownload?md5=' + items.file : app.config.requestCtx + '/file/api/ApiDownload?md5=' + items.freeFile,
                showData: app.config.requestCtx + '/file/api/ApiDownload?md5=' + file,
                titleName: items.name,
                selectedId: index
              })
@@ -462,7 +463,7 @@
          title: '请先返回资源所在图书详情购买视频资源',
        })
        wx.navigateTo({
          url: `/packageBookService/pages/bookServices/detail/index?id=${this.data.bookDetail.id}&name=${this.data.bookDetail.name}&tabValue=jsek_cloudLearning`,
          url: `/packageBookService/pages/bookServices/detail/index?id=${this.data.bookDetail.id}&name=${this.data.bookDetail.name}&tabValue=${this.data.formPath}`,
        });
      }
      this.setData({
@@ -900,7 +901,7 @@
    })
    if (this.data.source == 'qrcode') {
      wx.navigateTo({
        url: `/packageBookService/pages/bookServices/detail/index?id=${this.data.bookDetail.id}&name=${this.data.bookDetail.name}&tabValue=jsek_cloudLearning`,
        url: `/packageBookService/pages/bookServices/detail/index?id=${this.data.bookDetail.id}&name=${this.data.bookDetail.name}&tabValue=${this.data.formPath}`,
      });
    } else {
      wx.navigateBack()