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-06-04 09:32:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8de87fc10c905971951ee84861fcfb35cb546671
8de87fc1
1 parent
574e315b
feat: 直播预告横划卡右滑展示更多逻辑
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/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
8de87fc
...
...
@@ -401,7 +401,7 @@ export struct ZhSingleRow03 {
.fontWeight(600)
}
if (
this.compDTO?.objectType === '0' || this.compDTO?.objectType === ''
) {
if (
!(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')
) {
Row() {
Text("更多")
.fontSize($r("app.float.font_size_14"))
...
...
Please
register
or
login
to post a comment