Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -202,7 +202,7 @@ struct CarouselLayout01CardView { | @@ -202,7 +202,7 @@ struct CarouselLayout01CardView { | ||
| 202 | Blank() | 202 | Blank() |
| 203 | // 文本信息 | 203 | // 文本信息 |
| 204 | Stack() { | 204 | Stack() { |
| 205 | - if (this.item.objectType == '5') { | 205 | + if (this.item.objectType == '5' || this.item.objectType == '6') { |
| 206 | Notes({ objectType: this.item.objectType }) | 206 | Notes({ objectType: this.item.objectType }) |
| 207 | } | 207 | } |
| 208 | Text(`${this.item.corner}${this.item.newsTitle}`) | 208 | Text(`${this.item.corner}${this.item.newsTitle}`) |
-
Please register or login to post a comment