|
|
@ -52,7 +52,7 @@ |
|
|
|
<view v-for="(item, index) in learningData.user_clock_in.list"> |
|
|
|
<view v-for="(item, index) in learningData.user_clock_in.list"> |
|
|
|
{{ item.name }} <image src="@/static/images/learning/success.png" mode="aspectFill"></image> |
|
|
|
{{ item.name }} <image src="@/static/images/learning/success.png" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view>进度 <view class="progress-bg"><text class="progress" :style="`width: ${learningData.user_clock_in.progress}%;`"></text></view> <text class="progress-percent">{{ learningData.user_clock_in.progress }}%</text> </view> |
|
|
|
<view>进度 <view class="progress-bg"><text class="progress" :style="{width: `${learningData.user_clock_in.progress}%` }"></text></view> <text class="progress-percent">{{ learningData.user_clock_in.progress }}%</text> </view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="learningData.user_clock_in.list.length > 0" class="content-right">已打卡</view> |
|
|
|
<view v-if="learningData.user_clock_in.list.length > 0" class="content-right">已打卡</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|