| | |
| | | <view class="title"> |
| | | <view class="line"></view> |
| | | <view class="icon"> |
| | | <t-image src="/static/images/home/yangshuliebiao.png" mode="heightFix" class="iconImage" /> |
| | | <t-image src="/static/images/home/yangshuliebiao.png" mode="aspectFit" class="iconImage" /> |
| | | </view> |
| | | </view> |
| | | <view class="book-list" wx:if="{{bookList.length > 0 && !skeletonLoding}}"> |
| | |
| | | <view class="book-author book-color">{{item.author}}</view> |
| | | <view class="checkbox"> |
| | | <t-checkbox label="纸质样书" icon="rectangle" borderless='true' default-checked="{{item.paperChecked}}" disabled="{{item.paperDisabled || item.isApplyBook == '1' || item.isApplyBook == '2'}}" data-book="{{item}}" bind:change="onChangePaper" /> |
| | | <t-checkbox label="电子样书" icon="rectangle" borderless='true' class="eBook" default-checked="{{item.electronChecked}}" disabled="{{item.electronDisabled || item.isApplyBook == '1' || item.isApplyBook == '3'}}" data-book="{{item}}" bind:change="onChangeElectron" /> |
| | | <t-checkbox label="电子样书" icon="rectangle" borderless='true' class="eBook" default-checked="{{item.electronChecked}}" disabled="{{item.electronDisabled || item.isApplyBook=='1' || item.isApplyBook=='3' }}" data-book="{{item}}" bind:change="onChangeElectron" /> |
| | | </view> |
| | | </view> |
| | | </view> |