| | |
| | | /> |
| | | <!-- 章节名 --> |
| | | <view class="title-box"> |
| | | <view class="title-t" > |
| | | <view class="title-t"> |
| | | <view class="title-name">{{item.name}} </view> |
| | | <view wx:if="{{item.sysType =='CmsFolder'}}" class="title-num"> |
| | | ({{item.childrenItem}}) |
| | | </view> |
| | | </view> |
| | | <view class="title-icon" > |
| | | <view class="title-icon"> |
| | | <!-- 云学习加入购物车图标 --> |
| | | <image |
| | | src="/static/images/bookService/detail/cart@2x.png" |
| | |
| | | <!-- 名称 --> |
| | | <text |
| | | class="name" |
| | | style="{{ tab == 'jsek_teachingResources' ? citem.resourceClass ? 'width: 420rpx' : 'width: 500rpx;' : (citem.isShopCar &&citem.isbuy ) ? 'width: 400rpx;' : (citem.isShopCar ||citem.isbuy) ? 'width:460rpx' : 'width:500rpx'}}" |
| | | style="{{ tab == 'jsek_teachingResources' ? citem.resourceClass ? 'width: 400rpx' : 'width: 420rpx;' : (citem.isShopCar &&citem.isbuy ) ? 'width: 300rpx;' : (citem.isShopCar ||citem.isbuy) ? 'width:360rpx' : 'width:420rpx'}}" |
| | | >{{citem.name || '-'}}</text |
| | | > |
| | | </view> |