This commit is contained in:
zhaofang
2022-11-04 10:56:29 +08:00
parent 36f68f8d3b
commit 4de66a290d
2 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@
</span>
<div style="text-align: center;"><img :src="`${webBaseUrl}/images/login_medal.png`" width="206px" height="269px" alt=""></div>
<div style="text-align: left;padding:20px 60px 100px 60px">
<div class="jntext1">感谢有 一路相伴</div>
<div class="jntext1">感谢有 一路相伴</div>
<div class="jntext2">勋章领取条件:</div>
<div class="jntext3">2022年11月4日-11月19日登录过平台学习的校友</div>
</div>

View File

@@ -47,7 +47,7 @@
<el-table :data="rules" style="width: 100%;height:200px;overflow-y: auto;">
<el-table-column prop="name" angin="center" label="勋章" width="80">
<template slot-scope="scope">
<img style="width:40px;height:40px" :src="`${webBaseUrl}/images/medal.png`" alt="" srcset="">
<img style="width:40px;height:40px" :src="baseUrl+medal.icon" alt="" srcset="">
<!-- <medal-img class="table-medal" style="width:46px;height:52px" :item="medal"></medal-img> -->
</template>
</el-table-column>
@@ -70,7 +70,7 @@
</span>
<div style="text-align: center;"><img :src="`${webBaseUrl}/images/login_medal.png`" width="206px" height="269px" alt=""></div>
<div style="text-align: left;padding:20px 60px 100px 60px">
<div class="jntext1">感谢有 一路相伴</div>
<div class="jntext1">感谢有 一路相伴</div>
<div class="jntext2">勋章领取条件:</div>
<div class="jntext3">2022年11月4日-11月19日登录过平台学习的校友</div>
</div>