细节调整

This commit is contained in:
kron
2025-07-11 22:21:34 +08:00
parent 81c064ba8b
commit e0807eb06a
14 changed files with 98 additions and 57 deletions

View File

@@ -134,7 +134,7 @@ const backToHome = () => {
<image src="../static/bind-success.png" mode="widthFix" />
<view>
<image
:src="user.avatar"
:src="user.avatar || '../static/user-icon.png'"
mode="widthFix"
:style="{ borderRadius: '50%' }"
/>
@@ -162,7 +162,7 @@ const backToHome = () => {
<image src="../static/bind.png" mode="widthFix" />
<view>
<image
:src="user.avatar"
:src="user.avatar || '../static/user-icon.png'"
mode="widthFix"
:style="{ borderRadius: '50%' }"
/>