wangliang_wd

feat:优化电子报骨架图展示

@@ -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))