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
陈剑华
2024-09-19 15:47:12 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d04c94510c7c9a3a74dd8a811321b810571c9c72
d04c9451
2 parents
f37ab0e5
5067c4b1
Merge remote-tracking branch 'origin/main'
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/InteractMessagePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/InteractMessagePage.ets
View file @
d04c945
...
...
@@ -103,7 +103,7 @@ struct InteractMessagePage {
Row(){
Text('共获')
.fontSize(18).height(40).align(Alignment.Bottom)
Text(this.likeNum.toString())
Text(this.likeNum
?
.toString())
.fontSize(40)
.fontColor(Color.Red)
.fontFamily('BebasNeue')
...
...
Please
register
or
login
to post a comment