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-08-23 10:30:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32283731f3e0492c9c35da599804d2b35b125d1d
32283731
1 parent
32f96fa9
fix: 19927 3:2横划卡-后台配置1个运营位,跳转设置--不跳转,鸿蒙端不应展示更多按钮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForOneComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForOneComponent.ets
View file @
3228373
...
...
@@ -35,7 +35,12 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent {
.width(14)
.height(14)
}
}.justifyContent(FlexAlign.SpaceBetween)
.visibility(this.showMore() ? Visibility.Visible : Visibility.None)
.onClick(() => {
ProcessUtils.compJumpPage(this.compDTO)
})
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({ top: 8, bottom: 8 })
.width('100%')
...
...
@@ -73,5 +78,8 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent {
})
}
showMore() {
return (!!this.compDTO.dataSourceType && this.compDTO.dataSourceType !== 'OBJECT_POS') || !(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment