Showing
2 changed files
with
5 additions
and
4 deletions
| @@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
| 2 | "app": { | 2 | "app": { |
| 3 | "bundleName": "com.peopledailychina.hosactivity", | 3 | "bundleName": "com.peopledailychina.hosactivity", |
| 4 | "vendor": "$string:app_vendor", | 4 | "vendor": "$string:app_vendor", |
| 5 | - "versionCode": 7370, | ||
| 6 | - "versionName": "7.3.7.0", | 5 | + "versionCode": 7390, |
| 6 | + "versionName": "7.3.9.0", | ||
| 7 | "icon": "$media:app_icon", | 7 | "icon": "$media:app_icon", |
| 8 | "label": "$string:app_name" | 8 | "label": "$string:app_name" |
| 9 | } | 9 | } |
| @@ -48,9 +48,9 @@ export struct ENewspaperItemComponent { | @@ -48,9 +48,9 @@ export struct ENewspaperItemComponent { | ||
| 48 | this.isShowSkeleton = false | 48 | this.isShowSkeleton = false |
| 49 | }) | 49 | }) |
| 50 | .objectFit(ImageFit.Fill) | 50 | .objectFit(ImageFit.Fill) |
| 51 | - .visibility(this.isShowSkeleton ? Visibility.None : Visibility.Visible) | 51 | + .zIndex(10) |
| 52 | newsSkeleton() | 52 | newsSkeleton() |
| 53 | - .visibility(this.isShowSkeleton ? Visibility.Visible : Visibility.None) | 53 | + .zIndex(1) |
| 54 | if (this.contentWidth !== 0) { | 54 | if (this.contentWidth !== 0) { |
| 55 | Canvas(this.context) | 55 | Canvas(this.context) |
| 56 | .width(px2vp(this.contentWidth)) | 56 | .width(px2vp(this.contentWidth)) |
| @@ -59,6 +59,7 @@ export struct ENewspaperItemComponent { | @@ -59,6 +59,7 @@ export struct ENewspaperItemComponent { | ||
| 59 | .onReady(() => { | 59 | .onReady(() => { |
| 60 | 60 | ||
| 61 | }) | 61 | }) |
| 62 | + .zIndex(15) | ||
| 62 | } | 63 | } |
| 63 | } | 64 | } |
| 64 | .padding({ | 65 | .padding({ |
-
Please register or login to post a comment