bug
litian
2024-09-14 4c29b79d485d68d506e798f4fd381232ebc55a86
packageDomain/pages/resourceDetails/myAudio/index.js
@@ -289,7 +289,22 @@
          }
        } else {
          if (item.selectType === "audio" || item.learnSelectType === "audio") {
            this.data.threeLeveData.push(item);
            // this.data.threeLeveData.push(item);
            if (this.data.storeInfo == 'jsek_digitalCourses') {
              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 (res.datas.purchasedSaleMethodIdList.includes(item.defaultSaleMethodId) || item.freeFile) {
                this.data.threeLeveData.push(item)
              }
            }
          }
        }
@@ -330,7 +345,6 @@
      isplay: false
    })
    const item = e.currentTarget.dataset.item
    console.log(item, 222)
    if (this.data.showData != '') {
      this.setData({
        titleName: item.name,