yumaochao

fix:somebug

@@ -184,7 +184,7 @@ export struct DetailVideoListPage { @@ -184,7 +184,7 @@ 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 - } 187 + }else{
188 Column() { 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) => {
@@ -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 + }
222 223
223 } 224 }
  225 +
224 } 226 }