Showing
1 changed file
with
1 additions
and
4 deletions
| @@ -50,10 +50,7 @@ export struct ENewspaperItemComponent { | @@ -50,10 +50,7 @@ export struct ENewspaperItemComponent { | ||
| 50 | }) | 50 | }) |
| 51 | .objectFit(ImageFit.Contain) | 51 | .objectFit(ImageFit.Contain) |
| 52 | .zIndex(10) | 52 | .zIndex(10) |
| 53 | - newsSkeleton({showBottom: false}) | ||
| 54 | - .visibility(this.isShowSkeleton ? Visibility.Visible : Visibility.None) | ||
| 55 | - .width('100%') | ||
| 56 | - .zIndex(1) | 53 | + |
| 57 | if (this.contentWidth !== 0) { | 54 | if (this.contentWidth !== 0) { |
| 58 | Canvas(this.context) | 55 | Canvas(this.context) |
| 59 | .width(px2vp(this.contentWidth)) | 56 | .width(px2vp(this.contentWidth)) |
-
Please register or login to post a comment