litian
2024-09-06 8dc4e50769a7ebc5f0a3d766f61aa08b8f23b772
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -88,6 +88,12 @@
        parentName: options.parentName,
      })
    }
    const token = wx.getStorageSync(app.config.tokenKey)
    if (!token) {
      loginInfo(app, (data) => {
        if (data) {} else {}
      })
    }
    this.resourceDetailsData()
  },
@@ -307,13 +313,19 @@
  aliVod(md5, currentVideo) {
    let query = {
      md5: md5,
      appRefCode: config.appRefCode
      appRefCode: app.config.appRefCode
    }
    MG.file.getAliVod(query).then((res) => {
    app.MG.file.getAliVod(query).then((res) => {
      if (res) {
        if (res && res.data == '') {
          this.setData({
            showDataVod: currentVideo,
          })
        } else {
        this.setData({
          showDataVod: res,
        })
        }
      } else if (currentVideo) {
        this.setData({
          showDataVod: currentVideo,