| | |
| | | <view class="boxStyle"> |
| | | <view class="box-item"> |
| | | <view>累计学习时长</view> |
| | | <view class="result"><text class="num">{{learningDuration}}</text>小时</view> |
| | | <view class="result"><text class="num">{{learningDuration}}</text></view> |
| | | </view> |
| | | <view class="box-item"> |
| | | <view>上一次登陆时间</view> |
| | |
| | | </view> |
| | | <view class="tabOne"> |
| | | <t-tabs t-class="t-tabs" value="{{active}}" split="{{false}}" bind:change="tabClick"> |
| | | <t-tab-panel label="{{titleBook}}" value="0" /> |
| | | <t-tab-panel label="{{titleBook}}" value="0" class="{{active == '2' ? 'oneBorder' : ''}}" /> |
| | | <t-tab-panel label="{{titleCourse}}" value="1" /> |
| | | <t-tab-panel label="{{titleTextBook}}" value="2" /> |
| | | </t-tabs> |