| | |
| | | <t-cell bordered="{{false}}"> |
| | | <view slot="title" class="titleBox"> |
| | | <view class="labelBox"> |
| | | <view class="eBook" wx:if="{{type == 'product'}}">电子书</view> |
| | | <view wx:if="{{type == 'item'}}" class="cloudLearning">云学习</view> |
| | | <view class="eBook" wx:if="{{item.type == 'product'}}">电子书</view> |
| | | <view wx:if="{{item.type == 'item'}}" class="cloudLearning">云学习</view> |
| | | </view> |
| | | <view class="boosName"> |
| | | {{item.productMonWithLinkDto.product.name}} |
| | |
| | | <view class="bottomBox"> |
| | | <view class="checkGroupBox"> |
| | | <checkbox-group bindchange="bottomChange"> |
| | | <checkbox value="全选" checked="{{checkAll}}">全选</checkbox> |
| | | <checkbox disabled="{{onDisabled}}" value="全选" checked="{{checkAll}}">全选</checkbox> |
| | | </checkbox-group> |
| | | </view> |
| | | <view class="settlementBox"> |