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-09-19 15:32:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5067c4b167e230eaecb81675267012e8f17620d4
5067c4b1
1 parent
b58f725e
fix |> 消息偶现闪退,增加非空判断
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 @
5067c4b
...
...
@@ -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