代码提交

feature/v-xuexi
wangdong 8 months ago
parent b495f18f63
commit 8093fbe4a4
  1. 2
      pages/learning/index.vue

@ -52,7 +52,7 @@
<view v-for="(item, index) in learningData.user_clock_in.list">
{{ item.name }} <image src="@/static/images/learning/success.png" mode="aspectFill"></image>
</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 v-if="learningData.user_clock_in.list.length > 0" class="content-right">已打卡</view>
</view>

Loading…
Cancel
Save