Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -392,7 +392,7 @@ struct MineHomePage { | @@ -392,7 +392,7 @@ struct MineHomePage { | ||
| 392 | this.userName = value.userName | 392 | this.userName = value.userName |
| 393 | this.headPhotoUrl = value.headPhotoUrl | 393 | this.headPhotoUrl = value.headPhotoUrl |
| 394 | if(StringUtils.isNotEmpty(value.introduction)){ | 394 | if(StringUtils.isNotEmpty(value.introduction)){ |
| 395 | - this.desc = value.introduction | 395 | + this.desc = "简介:" + value.introduction |
| 396 | this.isHasIntroduction = true | 396 | this.isHasIntroduction = true |
| 397 | }else{ | 397 | }else{ |
| 398 | this.desc = "点击添加简介,让大家认识你" | 398 | this.desc = "点击添加简介,让大家认识你" |
-
Please register or login to post a comment