bug
闫增涛
2024-09-20 33bca11c5ee8db8a0ca3444869f0cc3048edbe94
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -299,16 +299,16 @@
        } else {
          if (item.selectType === "video" || item.learnSelectType === "video") {
            if (this.data.storeInfo == 'jsek_digitalCourses') {
              if (item.sysType == 'CmsItem') this.data.threeLeveData.push(item)
              // if (this.data.isBuy) {
              //   if (item.sysType == 'CmsItem') {
              //     this.data.threeLeveData.push(item)
              //   }
              // } else {
              //   if (item.sysType == 'CmsItem' && item.freeFile) {
              //     this.data.threeLeveData.push(item)
              //   }
              // }
              // if (item.sysType == 'CmsItem') this.data.threeLeveData.push(item)
              if (this.data.isBuy) {
                if (item.sysType == 'CmsItem') {
                  this.data.threeLeveData.push(item)
                }
              } else {
                if (item.sysType == 'CmsItem' && item.freeFile) {
                  this.data.threeLeveData.push(item)
                }
              }
            } else {
              // 买了
              if (this.data.buyList.length) {