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-08-02 16:41:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e1a0a9c745cd660e5f806e4008500f312c2065d
4e1a0a9c
1 parent
8fdac7b1
feat:增加相册选择逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/EditUserInfoPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/EditUserInfoPage.ets
View file @
4e1a0a9
...
...
@@ -99,7 +99,7 @@ struct EditUserInfoPage {
pickerSelect(index:number){
if (index === 0) {
photoPickerUtils.getPhotoPicker(1).then(value => {
if (value) {
if (value
['photoUris'].length > 0
) {
this.headerImg = value['photoUris'][0]
}
})
...
...
Please
register
or
login
to post a comment