页面调整
This commit is contained in:
@@ -52,7 +52,7 @@ const rowCount = new Array(6).fill(0);
|
||||
/>
|
||||
<view v-if="rank > 3" class="rank-view">{{ rank }}</view>
|
||||
<image
|
||||
:src="avatar"
|
||||
:src="avatar || '../static/user-icon.png'"
|
||||
mode="widthFix"
|
||||
:style="{ borderColor: topThreeColors[rank - 1] || '#fff' }"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user