| | |
| | | if (dataItem) { |
| | | if (dataItem.saleMethod.length > 0) { |
| | | isBuy = 2; |
| | | if (this.data.bookDetail.purchasedSaleMethodIdList.indexOf(dataItem.saleMethod[0].Id) > -1) { |
| | | if (this.data.bookDetail.purchasedSaleMethodIdList.indexOf(dataItem.saleMethod[0].Id) > -1 || dataItem.saleMethod[0].Price == 0) { |
| | | isBuy = 3; |
| | | break; |
| | | } else { |
| | |
| | | this.setData({ |
| | | isBuy: res.datas.purchasedSaleMethodIdList.includes(res.datas.defaultSaleMethodId) |
| | | }) |
| | | res.datas.cmsDatas[0].datas.forEach((item) => { |
| | | if (item.selectType === "video" || item.learnSelectType === "video") { |
| | | if (this.data.storeInfo == 'jsek_digitalCourses') { |
| | | if (this.data.storeInfo == 'jsek_digitalCourses') { |
| | | res.datas.cmsDatas[0].datas.forEach((item) => { |
| | | if (item.selectType === "video" || item.learnSelectType === "video") { |
| | | if (this.data.isBuy) { |
| | | if (item.sysType == 'CmsItem') { |
| | | this.data.threeLeveData.push(item) |
| | |
| | | } |
| | | } |
| | | } |
| | | }) |
| | | } else { |
| | | const itemCms = await this.getBuyCmsItem() |
| | | if (itemCms != null) { |
| | | this.data.threeLeveData.push(itemCms) |
| | | } |
| | | }) |
| | | const itemCms = await this.getBuyCmsItem() |
| | | if (itemCms != null) { |
| | | this.data.threeLeveData.push(itemCms) |
| | | } |
| | | if (this.data.threeLeveData.length > 0) { |
| | | this.data.threeLeveData.forEach((items, index) => { // 修改此处添加index参数 |