| | |
| | | </view> |
| | | <view class="content"> |
| | | <view class="styleCssBox"> |
| | | <view style="width: 150rpx;"> 作者: </view> |
| | | <view style="width: 150rpx;"> 主编: </view> |
| | | <view class="authorBox">{{ digitalsData.author}}</view> |
| | | </view> |
| | | <view class="styleCssBox"> |
| | | <view style="width: 150rpx;"> 编者单位: </view> |
| | | <view class="authorBox">{{ digitalsData.editorUnit || '-'}}</view> |
| | | </view> |
| | | <view class="styleCssBox"> |
| | | <view style="width: 150rpx;">ISBN:</view> |
| | |
| | | </view> |
| | | <view class="styleCssBox"> |
| | | <view style="width: 150rpx;"> 出版时间: </view> |
| | | <view>{{ publicationDate}}</view> |
| | | <view>{{ digitalsData.publicationDate}}</view> |
| | | </view> |
| | | <view class="styleCssBox"> |
| | | <view style="width: 150rpx;"> 出版单位: </view> |
| | | <view>{{ publishingUnit || '-'}}</view> |
| | | </view> |
| | | </view> |
| | | <image src="/static/images/bookService/detail/square.png" class="right-background" /> |
| | |
| | | </view> |
| | | <view class="certificateChart"> |
| | | <view class="chart" bind:tap="onClick1"> |
| | | <image src="/static/images/certificate/cbzs.jpg" mode="" /> |
| | | <image src="https://jsek.bnuic.com/home/certificate/szjc.jpg" mode="" /> |
| | | </view> |
| | | <view class="chart" bind:tap="onClick2"> |
| | | <image src="/static/images/certificate/rzzs.jpg" mode="" /> |
| | | <image src="https://jsek.bnuic.com/home/certificate/jczs.jpg" mode="" /> |
| | | </view> |
| | | </view> |
| | | <view class="noDataBox"> |
| | |
| | | <view class="basic"> 相关教材</view> |
| | | </view> |
| | | <view class="noDataBox" wx:if="{{relatedBookData.length <= 0}}"> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" font-size="80" /> --> |
| | | <empty /> |
| | | </view> |
| | | <view class="correlation" wx:else> |
| | |
| | | </scroll-view> |
| | | |
| | | |
| | | |
| | | <!-- 我要建议弹窗 --> |
| | | <suggest class="suggest-component" id="suggest-component" bookIcon="{{bookDetail.icon}}" bookName="{{bookDetail.name}}"></suggest> |
| | | <view class="box-bottom"> |
| | | <view class="collection" bind:tap="setCoolect"> |
| | | <view class="collectionImage"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <suggest class="suggest-component" id="suggest-component1" showIndex="{{showIndex1}}" bookIcon="{{digitalsData.icon}}" bookName="{{digitalsData.name}}"></suggest> |
| | | <!-- 弹窗 --> |
| | | <view wx:if="{{dialogBox}}"> |
| | | <view class="popup-box" bindtap="closeDialog"></view> |
| | |
| | | <view class="input-box"> |
| | | <t-input class="input" borderless placeholder="请输入真实姓名" value="{{userInfo.fullName}}" bind:change="onFullNameInput"></t-input> |
| | | </view> |
| | | <view class="contentImg"> |
| | | <image src="{{userInfo.userPicture}}" mode="aspectFill" /> |
| | | </view> |
| | | <view class="buttonBox"> |
| | | <t-button size="small" class="right-btn" bind:tap="uploadPicture">上传照片</t-button> |
| | | </view> |
| | | </view> |
| | | <view class="row-btn"> |
| | | <view class="left-btn" bindtap="closeDialog">取消</view> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <t-image-viewer usingCustomNavbar deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:change="onChange" bind:close="onClose"></t-image-viewer> |
| | | <t-image-viewer deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:close="onClose"></t-image-viewer> |
| | | |
| | | <t-toast id="t-toast" /> |