| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- <view id="pubCertificate" wx:if="pubCertificateHide"> |
| | | <image src="/static/images/certificate/szkc.jpg" mode="" class="bgImg" /> |
| | | <canvas canvas-id="share"></canvas> |
| | | <view id="pubCertificate" wx:if="pubCertificateHide"> |
| | | <image src="https://jsek.bnuic.com/home/certificate/szkc.jpg" mode="" class="bgImg" /> |
| | | <view class="certificateInfo"> |
| | | <view class="bookName">{{digitalsData.name}}</view> |
| | | <view class="author">{{digitalsData.courseLeader || '-' }}</view> |
| | |
| | | <view class="website">{{website}}</view> |
| | | <view class="codeBox"></view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </t-tab-panel> |
| | | <t-tab-panel icon="{{ tabValue == '2' ? courseLearningClick : courseLearning}}" label="课程学习" value="2"> |
| | | <view class="course-content"> |
| | |
| | | </tree> |
| | | </view> |
| | | <view wx:if="{{selectActive == 'test'}}"> |
| | | <view class="testBtnBox"> |
| | | <view class="textTile">共{{}}个</view> |
| | | <view class="note-btn"> |
| | | <t-button theme="primary" class="make-note" bind:tap="goMycollect" data-answerType="errorQuestion" style="width: 220rpx"> |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/cuoti.png" /> |
| | | <text class="note-btn-text">我的错题</text> |
| | | </view> |
| | | </t-button> |
| | | <t-button theme="primary" class="make-note" bind:tap="goMycollect" data-answerType="collectQuestion" style="width: 220rpx;margin-left:10rpx;"> |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/wodeshoucang.png" /> |
| | | <text class="note-btn-text">我的收藏</text> |
| | | </view> |
| | | </t-button> |
| | | |
| | | </view> |
| | | </view> |
| | | <testTree id="tree" openIds="{{openTeachids}}" bookInfo="{{digitalsData}}" tab="{{tab}}" treeList="{{testList}}"></testTree> |
| | | </view> |
| | | </view> |