Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -224,7 +224,8 @@ struct CarouselLayout01CardView { | @@ -224,7 +224,8 @@ struct CarouselLayout01CardView { | ||
| 224 | // if (this.item.objectType == '5' || this.item.objectType == '6') { | 224 | // if (this.item.objectType == '5' || this.item.objectType == '6') { |
| 225 | // Notes({ objectType: this.item.objectType }) | 225 | // Notes({ objectType: this.item.objectType }) |
| 226 | // } | 226 | // } |
| 227 | - Text(`${this.item.corner}${this.item.newsTitle}`) | 227 | + //Text(`${this.item.corner}${this.item.newsTitle}`) |
| 228 | + Text(`${this.item.newsTitle}`) | ||
| 228 | .width(CommonConstants.FULL_PARENT) | 229 | .width(CommonConstants.FULL_PARENT) |
| 229 | .fontColor(Color.White) | 230 | .fontColor(Color.White) |
| 230 | .fontSize($r('app.float.font_size_18')) | 231 | .fontSize($r('app.float.font_size_18')) |
-
Please register or login to post a comment