mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-12 20:36:48 +08:00
-- fix bug
This commit is contained in:
@@ -330,7 +330,7 @@
|
|||||||
<div style="font-size: 14px;color:rgba(36, 120, 255, 1);font-weight: 600;width:34%;display: flex;justify-content: center;align-items: center;">
|
<div style="font-size: 14px;color:rgba(36, 120, 255, 1);font-weight: 600;width:34%;display: flex;justify-content: center;align-items: center;">
|
||||||
<img
|
<img
|
||||||
style="width: 28px; height: 28px;border-radius: 28px;"
|
style="width: 28px; height: 28px;border-radius: 28px;"
|
||||||
:src="item.avatar"
|
:src="item?.avatar"
|
||||||
/>
|
/>
|
||||||
{{item.name}}
|
{{item.name}}
|
||||||
</div>
|
</div>
|
||||||
@@ -367,7 +367,7 @@
|
|||||||
<div style="font-size: 14px;color:rgba(36, 120, 255, 1);font-weight: 600;width:34%;display: flex;justify-content: center;align-items: center;">
|
<div style="font-size: 14px;color:rgba(36, 120, 255, 1);font-weight: 600;width:34%;display: flex;justify-content: center;align-items: center;">
|
||||||
<img
|
<img
|
||||||
style="width: 28px; height: 28px;border-radius: 28px;"
|
style="width: 28px; height: 28px;border-radius: 28px;"
|
||||||
:src="tableRankData[myIndex-1].avatar"
|
:src="tableRankData[myIndex-1]?.avatar"
|
||||||
/>
|
/>
|
||||||
{{tableRankData[myIndex-1].name}}
|
{{tableRankData[myIndex-1].name}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user