You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
574 B
13 lines
574 B
<navigator class="shixun" url="/markdown/shixun/shixun/shixun?identifier={{identifier}}">
|
|
<image class="shixun-img" mode="aspectFill" src="{{eduUrl}}/{{image_url}}" lazy-load></image>
|
|
<view class="detail">
|
|
<view class="name">
|
|
{{name}}
|
|
</view>
|
|
<view class="progress-wrp">
|
|
<progress percent="{{finished_challenges_count/challenges_count*100}}" border-radius="4" backgroundColor="#cdcdcd" activeColor="#00b0f0">
|
|
<text class="finish-text">已完成:{{finished_challenges_count}}/{{challenges_count}}</text>
|
|
</progress>
|
|
</view>
|
|
</view>
|
|
</navigator> |