mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -22,11 +22,12 @@
|
||||
<div style="padding-top:10px;">
|
||||
<p class="ach-title">{{self?'我':'TA'}}的成就</p>
|
||||
<ul class="ach-ul">
|
||||
<li class="ach-box" v-for="ach in medalList" :key="ach.id" @click="jumach(ach)">
|
||||
<!-- <img src="/images/medal.png" alt=""> -->
|
||||
<li v-for="ach in medalList" :key="ach.id" @click="jumach(ach)">
|
||||
<div class="ach-box" v-if="ach.medalId != 5">
|
||||
<medal-img style="width:52px;height:58px" :item="ach"></medal-img>
|
||||
<p>{{ach.medalName}}</p>
|
||||
<p>LV.{{ach.medalLevel}}</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user