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
wangyong_wd
2024-03-31 11:01:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40e0f4245a401880c818f25a9874ec8b8c730a3c
40e0f424
1 parent
b066c511
头图卡添加跳转事件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/HeadPictureCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HeadPictureCardComponent.ets
View file @
40e0f42
import { CompDTO } from 'wdBean';
import { CommonConstants } from 'wdConstant';
import { ProcessUtils } from '../../utils/ProcessUtils';
@Component
export struct HeadPictureCardComponent {
...
...
@@ -40,5 +41,8 @@ export struct HeadPictureCardComponent {
.height(200)
.padding(
{ top: 16, bottom: 16, left: 14, right: 14 })
.onClick((event: ClickEvent) => {
ProcessUtils.processPage(this.compDTO?.operDataList[0])
})
}
}
...
...
Please
register
or
login
to post a comment