Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main
* 'main' of http://192.168.1.42/developOne/harmonyPool: feat(金刚卡):点击跳转
Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -56,6 +56,9 @@ export struct ZhGridLayoutComponent { | @@ -56,6 +56,9 @@ export struct ZhGridLayoutComponent { | ||
| 56 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 56 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 57 | } | 57 | } |
| 58 | .width('100%') | 58 | .width('100%') |
| 59 | + .onClick((event: ClickEvent) => { | ||
| 60 | + ProcessUtils.processPage(item) | ||
| 61 | + }) | ||
| 59 | } | 62 | } |
| 60 | } | 63 | } |
| 61 | 64 |
-
Please register or login to post a comment