mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
提交
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div class="content-bottom">
|
||||
<div class="medal-list">
|
||||
<div class="medal-info" v-for="(m,midx) in medalList" :key="m.id" v-if="midx<3">
|
||||
<img :src="fileBaseUrl+m.medalIcon" alt="">
|
||||
<img v-if="m.medalId != 5" :src="fileBaseUrl+m.medalIcon" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<el-button class="medalbutt" v-if="medalList.length > 0" type="text" @click="toPage('/user/medal')">更多 <i class="el-icon-d-arrow-right"></i> </el-button>
|
||||
|
||||
Reference in New Issue
Block a user