mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
课程排行榜和首页卡片
This commit is contained in:
@@ -28,10 +28,15 @@
|
||||
<a href="uc/study/task">
|
||||
<div class="personal-box">
|
||||
<span>学习任务</span>
|
||||
<span style="display:flex;">{{studyTaskCount? studyTaskCount:0 }}个待学习
|
||||
<span v-if="studyTaskCount == 0" style="display:flex;">
|
||||
暂无任务
|
||||
<div class="tobe-icon">
|
||||
<img :src="`${webBaseUrl}/images/homeWu/Pending.png`" alt=""> </div>
|
||||
</span>
|
||||
<span v-else style="display:flex;">{{studyTaskCount? studyTaskCount:0 }}个待学习
|
||||
<div class="tobe-icon">
|
||||
<img :src="`${webBaseUrl}/images/homeWu/Pending.png`" alt=""> </div>
|
||||
</span>
|
||||
</span>
|
||||
<!-- <img class="personal-box-img" :src="`${webBaseUrl}/images/homeWu/agency.png`" alt="" srcset=""> -->
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user