mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46: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;">
|
||||
<img
|
||||
style="width: 28px; height: 28px;border-radius: 28px;"
|
||||
:src="item.avatar"
|
||||
:src="item?.avatar"
|
||||
/>
|
||||
{{item.name}}
|
||||
</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;">
|
||||
<img
|
||||
style="width: 28px; height: 28px;border-radius: 28px;"
|
||||
:src="tableRankData[myIndex-1].avatar"
|
||||
:src="tableRankData[myIndex-1]?.avatar"
|
||||
/>
|
||||
{{tableRankData[myIndex-1].name}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user