Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal

This commit is contained in:
dongruihua
2022-11-04 01:23:05 +08:00

View File

@@ -15,14 +15,14 @@
<p class="index-text">您已超过{{item.exceed}}</p>
<el-button class="btn" type="primary" @click="goView(item)">查看详情</el-button>
</div>
<div class="medal-index" v-else>
</div>
<div class="medal-index">
<img style="width:143px;height:161px" :src="`${webBaseUrl}/images/login_medal.png`" alt="">
<p class="index-title">{{item.medalName}}</p>
<!-- <p class="index-text">您已超过{{item.exceed}}</p> -->
<el-button class="btn" style="margin-top:48px" type="primary" @click="showLoginMedal = true">查看详情</el-button>
</div>
</div>
</div>
<div v-else class="home-no-list">
<img class="img" style="width:360px;height:226px" :src="`${webBaseUrl}/images/homeWu/no-madel.png`" alt="" srcset="">
<p class="text" style="color: #333333;margin-top:50px;font-size: 14px">您目前还没有勋章哦</p>