Showing
2 changed files
with
6 additions
and
0 deletions
| @@ -82,6 +82,8 @@ export struct PlayerEndView { | @@ -82,6 +82,8 @@ export struct PlayerEndView { | ||
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | build() { | 84 | build() { |
| 85 | + Stack() { | ||
| 86 | + Image(($r('app.media.live_detail_end_bg'))) | ||
| 85 | Column() { | 87 | Column() { |
| 86 | Text('直播已结束').fontWeight(500) | 88 | Text('直播已结束').fontWeight(500) |
| 87 | .fontSize(20) | 89 | .fontSize(20) |
| @@ -181,6 +183,10 @@ export struct PlayerEndView { | @@ -181,6 +183,10 @@ export struct PlayerEndView { | ||
| 181 | } | 183 | } |
| 182 | .height('100%') | 184 | .height('100%') |
| 183 | .width('100%') | 185 | .width('100%') |
| 186 | + } | ||
| 187 | + .height('100%') | ||
| 188 | + .width('100%') | ||
| 189 | + | ||
| 184 | 190 | ||
| 185 | } | 191 | } |
| 186 | } | 192 | } |
-
Please register or login to post a comment