Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-07-04 10:22:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9fa8731f106329849fe1b91659cf8e7f1f19b40d
9fa8731f
1 parent
7cd59f2a
feat:优化头像展示逻辑
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
9fa8731
...
...
@@ -377,7 +377,7 @@ struct MineHomePage {
.onClick(() => {
router.back()
})
Image(
`${this.headPhotoUrl}`
)
Image(
this.headPhotoUrl&&this.headPhotoUrl.length>0?this.headPhotoUrl:(this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon'))
)
.alt($r('app.media.default_head'))
.width('60lpx')
.height('60lpx')
...
...
Please
register
or
login
to post a comment