Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -45,7 +45,8 @@ export struct ENewspaperItemComponent { | @@ -45,7 +45,8 @@ export struct ENewspaperItemComponent { | ||
| 45 | this.contentWidth = event?.contentWidth | 45 | this.contentWidth = event?.contentWidth |
| 46 | this.contentHeight = event?.contentHeight | 46 | this.contentHeight = event?.contentHeight |
| 47 | } | 47 | } |
| 48 | - this.isShowSkeleton = false | 48 | + |
| 49 | + // this.isShowSkeleton = false | ||
| 49 | }) | 50 | }) |
| 50 | .objectFit(ImageFit.Contain) | 51 | .objectFit(ImageFit.Contain) |
| 51 | .zIndex(10) | 52 | .zIndex(10) |
-
Please register or login to post a comment