| | |
| | | |
| | | </view> |
| | | <view class="certificate"> |
| | | <view class="proposal"> |
| | | <view class="proposal" bind:tap="suggestBtn"> |
| | | <view class="suggestion"> |
| | | <image src="/static/images/digitalTextbooks/Suggestion@2x.png" mode="" /> |
| | | </view> |
| | |
| | | |
| | | <view class="correlation" wx:else> |
| | | |
| | | <view wx:for="{{relatedBookData}}" wx:key="index" wx:for-item="item" wx:for-index="index" data-item="{{item}}" bind:tap="onCorrelationBook"> |
| | | <view style="margin-bottom: 30rpx;" wx:for="{{relatedBookData}}" wx:key="index" wx:for-item="item" wx:for-index="index" data-item="{{item}}" bind:tap="onCorrelationBook"> |
| | | |
| | | <view class="correlationImage"> |
| | | <image src="{{item.icon}}" mode="" /> |
| | |
| | | <view class="correlationName">{{item.name}}</view> |
| | | <view class="correlationAuthor">{{digitalsData.author}}</view> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | | |
| | | |
| | | </t-tab-panel> |
| | | </t-tabs> |
| | | |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <!-- 我要建议弹窗 --> |
| | | <suggest class="suggest-component" id="suggest-component" bookIcon="{{bookDetail.icon}}" bookName="{{bookDetail.name}}"></suggest> |
| | | <view class="box-bottom"> |
| | | |
| | | <view style="border-top: 1rpx solid #DDDDDD; display: flex;"> |
| | | |
| | | <view class="collection" bind:tap="setCoolect"> |
| | | <view class="collectionImage"> |
| | | <image wx:if="{{!digitalsData.isFavourite}}" src="/static/images/digitalTextbooks/wodeshoucang@2x.png" mode="" /> |