This commit is contained in:
nisen
2023-09-04 18:11:20 +08:00
parent 61c8e18eeb
commit ce06d6204a
3 changed files with 6 additions and 8 deletions

View File

@@ -43,7 +43,7 @@
<div class="portal-ranking ranking-bg" style="height: 100%;">
<div style="display: flex;justify-content: space-between;">
<p class="ranking-title">通知</p>
<router-link to="/grateful/gratefulNotice" style="font-size: 14px;">查看更多</router-link>
<router-link v-if="courseList.noticeList.length >= 6" to="/grateful/gratefulNotice" style="font-size: 14px;">查看更多</router-link>
</div>
<ul>
<li v-for="(item, index) in courseList.noticeList" :key="index"
@@ -69,7 +69,8 @@
<div class="portal-ranking ranking-bg1" style="height: 100%;">
<div style="display: flex;justify-content: space-between;">
<p class="ranking-title">工具下载</p>
<router-link to="/grateful/toolDown" style="font-size: 14px;">查看更多</router-link>
<router-link v-if="courseList.toolList.length >= 6" to="/grateful/toolDown"
style="font-size: 14px;">查看更多</router-link>
</div>
<ul>
<li v-for="(item, index) in courseList.toolList" :key="index"