| | |
| | | <view class="labelBox"> |
| | | <view class="eBook" wx:if="{{type == 'product'}}">电子书</view> |
| | | <view wx:if="{{type == 'item'}}" class="cloudLearning">云学习</view> |
| | | |
| | | </view> |
| | | |
| | | <view class="boosName"> |
| | | {{item.productMonWithLinkDto.product.name}} |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | | |
| | | <view slot="description" class="descriptionBox"> |
| | | |
| | | <view> |
| | | <view class="textBox" wx:if="{{type == 'product'}}">图书服务-电子书</view> |
| | | <view class="textBox" wx:if="{{type == 'item'}}">图书服务-云学习</view> |
| | | </view> |
| | | |
| | | <view wx:if="{{item.saleMethod.price != 0}}"> |
| | | ¥{{item.saleMethod.price}} |
| | | </view> |
| | | |
| | | |
| | | <view wx:else class="descriptionBox"> 立即领取</view> |
| | | </view> |
| | | |
| | | <view slot="left-icon" class="left-icon"> |
| | | <view class="contentCheckbox"> |
| | | <t-checkbox icon="rectangle" value=" {{item.id}}" data-item="{{item}}" checked="{{item.checked}}" bindchange="HandelItemChange" /> |
| | |
| | | </view> |
| | | </t-cell> |
| | | </view> |
| | | <!-- </view> --> |
| | | <view slot="right" class="btn delete-btn" bind:tap="onDelete" data-item="{{item}}">删除</view> |
| | | </t-swipe-cell> |
| | | <!-- </checkbox-group> --> |
| | | </view> |
| | | |
| | | <view class="bottomBox"> |