| | |
| | | </view> |
| | | <!-- 名称 --> |
| | | <text class="name" style="width: 100%">{{item.name || '-'}}</text> |
| | | <text>{{item.progress ? item.progress : 0}}%</text> |
| | | </view> |
| | | <view> |
| | | <!-- 云学习试看图标 --> |
| | |
| | | <image wx:else src="/static/images/bookService/detail/word.png" mode="" /> |
| | | </view> |
| | | <!-- 名称 --> |
| | | <text class="name" style="width:540rpx">{{citem.name || '-'}}</text> |
| | | <text class="name" style="width:440rpx">{{citem.name || '-'}}</text> |
| | | <text>{{citem.progress ? citem.progress : 0}}%</text> |
| | | </view> |
| | | <view> |
| | | <!-- 云学习试看图标 --> |
| | |
| | | </view> |
| | | <!-- 暂无数据 --> |
| | | <view wx:if="{{!item.children || !item.children.length}}" class="noData"> |
| | | <t-empty icon="folder-open" description="暂无数据" /> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" /> --> |
| | | <empty /> |
| | | </view> |
| | | <view class="listItems" wx:if="{{children.length <= 0 && !loading}}"> |
| | | 暂无数据 |