张善主

feat(金刚卡):点击跳转

@@ -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