Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-30 10:20:34 | 3 | * @Date: 2022-05-30 10:20:34 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-05-31 16:30:54 | 5 | + * @LastEditTime: 2022-05-31 17:19:07 |
| 6 | * @FilePath: /tswj/src/components/RankingList/index.vue | 6 | * @FilePath: /tswj/src/components/RankingList/index.vue |
| 7 | --> | 7 | --> |
| 8 | <template> | 8 | <template> |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | <div :class="[rankInfo.multi_name ? 'height6rem' : 'height3rem', 'kg-name']" @click="go('/client/chooseBook', { kg_id: rankInfo.id })"> | 20 | <div :class="[rankInfo.multi_name ? 'height6rem' : 'height3rem', 'kg-name']" @click="go('/client/chooseBook', { kg_id: rankInfo.id })"> |
| 21 | <van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);"> | 21 | <van-row align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);"> |
| 22 | <van-col span="4"> | 22 | <van-col span="4"> |
| 23 | - <van-image round width="3rem" height="3rem" :src="rankInfo.avatar ? rankInfo.avatar : icon_avatar" style="vertical-align: text-bottom;" /> | 23 | + <van-image round width="3rem" height="3rem" :src="rankInfo.logo ? rankInfo.logo : icon_avatar" style="vertical-align: text-bottom;" /> |
| 24 | </van-col> | 24 | </van-col> |
| 25 | <van-col span="20"> | 25 | <van-col span="20"> |
| 26 | <div v-if="rankInfo.multi_name" style="margin-left: 0.5rem;"> | 26 | <div v-if="rankInfo.multi_name" style="margin-left: 0.5rem;"> | ... | ... |
-
Please register or login to post a comment