...
|
...
|
@@ -28,7 +28,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
<view class="mystudytime">
|
|
|
<view class="time">{{datalist.work_time}}</view>
|
|
|
<view class="time">{{datalist.study_time?datalist.study_time:0}}</view>
|
|
|
<view class="mytime">
|
|
|
<image src="/imgs/clock.png"></image>
|
|
|
我的学时
|
...
|
...
|
|