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-10-09 10:16:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8d6438ecf61bf028574e9792d9c6d67fe5533a1c
8d6438ec
1 parent
df7a44be
fix: 产品走查:rmhTitle组件关注ui
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
View file @
8d6438e
...
...
@@ -223,6 +223,7 @@ export struct RmhTitle {
Image($r('app.media.rmh_follow'))
.width(16)
.height(16)
.margin({right: 3})
}
Text(Number(this.followStatus) === 0 ? '关注' : '已关注')
...
...
Please
register
or
login
to post a comment