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-04-15 11:18:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7ea0cd7632bdae943d596b5098024bb50ea60b8
a7ea0cd7
1 parent
e54d3de9
feat(金刚卡):点击跳转
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/ZhGridLayoutComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/ZhGridLayoutComponent.ets
View file @
a7ea0cd
...
...
@@ -56,6 +56,9 @@ export struct ZhGridLayoutComponent {
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
.width('100%')
.onClick((event: ClickEvent) => {
ProcessUtils.processPage(item)
})
}
}
...
...
Please
register
or
login
to post a comment