张善主

feat(金刚卡):点击跳转

... ... @@ -56,6 +56,9 @@ export struct ZhGridLayoutComponent {
.textOverflow({ overflow: TextOverflow.Ellipsis })
}
.width('100%')
.onClick((event: ClickEvent) => {
ProcessUtils.processPage(item)
})
}
}
... ...