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
yangchenggong1_wd
2024-05-10 16:57:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abff5015f5799a71089447babd7ecb78d33fa556
abff5015
1 parent
28c9d435
desc:修改 用户简介文字
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 @
abff501
...
...
@@ -392,7 +392,7 @@ struct MineHomePage {
this.userName = value.userName
this.headPhotoUrl = value.headPhotoUrl
if(StringUtils.isNotEmpty(value.introduction)){
this.desc = value.introduction
this.desc =
"简介:" +
value.introduction
this.isHasIntroduction = true
}else{
this.desc = "点击添加简介,让大家认识你"
...
...
Please
register
or
login
to post a comment