| | |
| | | <view class="nameBox">{{digitalsData.name}}</view> |
| | | <view> |
| | | <viwe class="styleCssBox"> |
| | | <view style="width: 170rpx;"> ISBN: </view> |
| | | <view style="width: 200rpx;"> ISBN: </view> |
| | | <view wx:if="{{digitalsData.isbn}}"> {{digitalsData.isbn}} </view> |
| | | <view wx:else="">-</view> |
| | | <view wx:else>-</view> |
| | | </viwe> |
| | | |
| | | <viwe class="styleCssBox"> |
| | | <view style="width: 170rpx;">出版时间:</view> |
| | | <view wx:if="{{digitalsData.publicationDate}}">{{digitalsData.publicationDate}} </view> |
| | | <view wx:else="">-</view> |
| | | </viwe> |
| | | <viwe class="styleCssBox"> |
| | | <view style="width: 170rpx;">课题负责人:</view> |
| | | <view style="width: 200rpx;">课程负责人:</view> |
| | | <view wx:if="{{digitalsData.courseLeader}}"> {{digitalsData.courseLeader }}</view> |
| | | <view wx:else="">-</view> |
| | | <view wx:else>-</view> |
| | | </viwe> |
| | | <viwe class="styleCssBox"> |
| | | <view style="width: 170rpx;">所属单位:</view> |
| | | <view style="width: 200rpx;">课程负责人单位:</view> |
| | | <view wx:if="{{digitalsData.affiliatedUnit}}"> {{ digitalsData.affiliatedUnit}}</view> |
| | | <view wx:else="">-</view> |
| | | <view wx:else>-</view> |
| | | </viwe> |
| | | <viwe class="styleCssBox"> |
| | | <view style="width: 170rpx;">出版单位:</view> |
| | | <view wx:if="{{digitalsData.publishingUnit}}">{{digitalsData.publishingUnit}} </view> |
| | | <view wx:else="">-</view> |
| | | <view style="width: 200rpx;">出版单位:</view> |
| | | <view wx:if="{{digitalsData.publishingUnit}}"> {{publishingUnit}} </view> |
| | | <view wx:else>-</view> |
| | | </viwe> |
| | | <viwe class="styleCssBox"> |
| | | <view style="width: 200rpx;">出版时间:</view> |
| | | <view wx:if="{{digitalsData.publicationDate}}">{{digitalsData.publicationDate}} </view> |
| | | <view wx:else>-</view> |
| | | </viwe> |
| | | <image src="/static/images/bookService/detail/square.png" class="right-background" /> |
| | | </view> |
| | |
| | | <view class="course-content"> |
| | | <rich-text wx:if="{{digitalsData.content}}" nodes="{{digitalsData.content}}"></rich-text> |
| | | <view wx:else="" class="noDataBox"> |
| | | <t-empty icon="folder-open" description="暂无数据" font-size="80" /> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" font-size="80" /> --> |
| | | <empty /> |
| | | </view> |
| | | </view> |
| | | <view class="rubricBox"> |
| | |
| | | </view> |
| | | <view class="course-content"> |
| | | <view class="certificateChart"> |
| | | <view class="chart"> |
| | | <image src="" mode="" /> |
| | | <view class="chart" bind:tap="onClick1"> |
| | | <image src="/static/images/certificate/cbzs.jpg" mode="" /> |
| | | </view> |
| | | <view class="chart"> |
| | | <image src="" mode="" /> |
| | | <view class="chart" bind:tap="onClick2"> |
| | | <image src="/static/images/certificate/rzzs.jpg" mode="" /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | <view class="list-box"> |
| | | <view wx:if="{{selectActive == 'learn'}}"> |
| | | <tree id="test-tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" treeList="{{learnList}}" bind:goTest="goTest"> |
| | | <tree id="test-tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" treeList="{{learnList}}"> |
| | | </tree> |
| | | </view> |
| | | <view wx:if="{{selectActive == 'test'}}"> |
| | | <testTree id="tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" tab="{{tab}}" treeList="{{testList}}" bind:goTest="goTest"></testTree> |
| | | <testTree id="tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" tab="{{tab}}" treeList="{{testList}}"></testTree> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="dialog-title">学习证书申请</view> |
| | | <view style="width: 100%; height: 2rpx; background-color: #F4F4F4;"></view> |
| | | <view class="input-box"> |
| | | <t-input class="input" borderless placeholder="请输入真实姓名" value="{{input}}" bind:change="inputChange"></t-input> |
| | | <t-input class="input" borderless placeholder="请输入真实姓名" value="{{userInfo.fullName}}" bind:change="onFullNameInput"></t-input> |
| | | </view> |
| | | </view> |
| | | <view class="row-btn"> |
| | |
| | | </view> |
| | | </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> |