| | |
| | | wx:if="{{isShowCheck}}" |
| | | /> |
| | | <!-- 章节名 --> |
| | | <view style="width: 100%"> |
| | | <text>{{item.name}} </text |
| | | ><text wx:if="{{item.sysType =='CmsFolder'}}" |
| | | >({{item.children ? item.children.length : 0}})</text |
| | | > |
| | | <view class="title-box"> |
| | | <text class="title-name">{{item.name}} </text> |
| | | <view wx:if="{{item.sysType =='CmsFolder'}}" class="title-num"> |
| | | ({{item.children ? item.children.length : 0}}) |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | class="listItems" |
| | | wx:if="{{citem.childrenFolderCount <= 0 && citem.sysType == 'CmsItem'}}" |
| | | > |
| | | <view |
| | | class="itemsInfo" |
| | | wx:if="{{citem.name}}" |
| | | data-item="{{citem}}" |
| | | data-index="{{cindex}}" |
| | | > |
| | | <view class="itemsInfo" data-item="{{citem}}" data-index="{{cindex}}"> |
| | | <view |
| | | class="contentBox" |
| | | bind:tap="goPlayer" |
| | |
| | | <text |
| | | class="name" |
| | | style="{{ tab == 'jsek_teachingResources' ? 'width: 300rpx;' : 'width: 400rpx;'}}" |
| | | >{{citem.name}}</text |
| | | >{{citem.name || '-'}}</text |
| | | > |
| | | </view> |
| | | <!-- 教学资源类型 --> |