修复BUG

This commit is contained in:
kron
2025-09-18 09:28:14 +08:00
parent b952ea9fd0
commit 72ab9c3757
8 changed files with 96 additions and 34 deletions

View File

@@ -168,7 +168,7 @@ const checkBowData = () => {
borderColor: '#FF6767',
transform: `translateX(-${index * 15}px)`,
}"
:src="src"
:src="src || '../static/user-icon.png'"
:key="index"
mode="widthFix"
/>
@@ -210,7 +210,7 @@ const checkBowData = () => {
borderColor: '#64BAFF',
transform: `translateX(-${index * 15}px)`,
}"
:src="src"
:src="src || '../static/user-icon.png'"
:key="index"
mode="widthFix"
/>