Commit 7790957f authored by youjie's avatar youjie

no message

parent 6774c60a
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</view> </view>
<view class="statisticName">总共课时</view> <view class="statisticName">总共课时</view>
</view> </view>
<view class="statisticItem"> <view class="statisticItem" style="display: none;">
<view class="time">{{ pageData.CourseInfo.CompleteHours||0 }} <view class="time">{{ pageData.CourseInfo.CompleteHours||0 }}
</view> </view>
<view class="statisticName">已学课时</view> <view class="statisticName">已学课时</view>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<view class="row">剩余<span style="color: #4C50E7;margin:0 3px;font-weight: bold;">{{item.SurplusHours}}</span>课时</view> <view class="row">剩余<span style="color: #4C50E7;margin:0 3px;font-weight: bold;">{{item.SurplusHours}}</span>课时</view>
</view> </view>
</view> </view>
<view> <view style="display: none;">
<view class="row" style="justify-content: space-between;font-size: 11px;margin-bottom:10rpx;"> <view class="row" style="justify-content: space-between;font-size: 11px;margin-bottom:10rpx;">
<span>已学课程</span> <span>已学课程</span>
<span>{{item.CompleteHours}}/{{item.TotalHours}}</span> <span>{{item.CompleteHours}}/{{item.TotalHours}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment