Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -24,6 +24,9 @@ export struct Card10Component { | @@ -24,6 +24,9 @@ export struct Card10Component { | ||
| 24 | .maxLines(2) | 24 | .maxLines(2) |
| 25 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 25 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 26 | .margin({ bottom: 19 }) | 26 | .margin({ bottom: 19 }) |
| 27 | + .onClick((event: ClickEvent) => { | ||
| 28 | + ProcessUtils.processPage(this.contentDTO) | ||
| 29 | + }) | ||
| 27 | } | 30 | } |
| 28 | // 大图 | 31 | // 大图 |
| 29 | Stack() { | 32 | Stack() { |
-
Please register or login to post a comment