字段修改
This commit is contained in:
@@ -134,7 +134,7 @@ const backToHome = () => {
|
||||
<image src="../static/bind-success.png" mode="widthFix" />
|
||||
<view>
|
||||
<image
|
||||
:src="user.avatarUrl"
|
||||
:src="user.avatar"
|
||||
mode="widthFix"
|
||||
:style="{ borderRadius: '50%' }"
|
||||
/>
|
||||
@@ -162,7 +162,7 @@ const backToHome = () => {
|
||||
<image src="../static/bind.png" mode="widthFix" />
|
||||
<view>
|
||||
<image
|
||||
:src="user.avatarUrl"
|
||||
:src="user.avatar"
|
||||
mode="widthFix"
|
||||
:style="{ borderRadius: '50%' }"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user