王士厅

电子报优化骨架屏逻辑

... ... @@ -50,6 +50,7 @@ export struct ENewspaperItemComponent {
.objectFit(ImageFit.Fill)
.zIndex(10)
newsSkeleton()
.visibility(this.isShowSkeleton ? Visibility.Visible : Visibility.None)
.zIndex(1)
if (this.contentWidth !== 0) {
Canvas(this.context)
... ...