Showing
1 changed file
with
6 additions
and
4 deletions
| @@ -184,8 +184,8 @@ export struct DetailVideoListPage { | @@ -184,8 +184,8 @@ export struct DetailVideoListPage { | ||
| 184 | center: { anchor: "__container__", align: VerticalAlign.Center }, | 184 | center: { anchor: "__container__", align: VerticalAlign.Center }, |
| 185 | middle: { anchor: "__container__", align: HorizontalAlign.Center } | 185 | middle: { anchor: "__container__", align: HorizontalAlign.Center } |
| 186 | }) | 186 | }) |
| 187 | - } | ||
| 188 | - Column() { | 187 | + }else{ |
| 188 | + Column() { | ||
| 189 | Swiper(this.swiperController) { | 189 | Swiper(this.swiperController) { |
| 190 | ForEach(this.data, (item: ContentDetailDTO, index: number) => { | 190 | ForEach(this.data, (item: ContentDetailDTO, index: number) => { |
| 191 | DetailPlayShortVideoPage({ | 191 | DetailPlayShortVideoPage({ |
| @@ -219,6 +219,8 @@ export struct DetailVideoListPage { | @@ -219,6 +219,8 @@ export struct DetailVideoListPage { | ||
| 219 | // .padding({ | 219 | // .padding({ |
| 220 | // bottom: this.bottomSafeHeight + 'px' | 220 | // bottom: this.bottomSafeHeight + 'px' |
| 221 | // }) | 221 | // }) |
| 222 | - | ||
| 223 | - } | 222 | + } |
| 223 | + | ||
| 224 | + } | ||
| 225 | + | ||
| 224 | } | 226 | } |
-
Please register or login to post a comment