yumaochao

fix:somebug

@@ -289,9 +289,9 @@ struct indicatorAnimations { @@ -289,9 +289,9 @@ struct indicatorAnimations {
289 build() { 289 build() {
290 Flex({ alignItems: ItemAlign.End }) { 290 Flex({ alignItems: ItemAlign.End }) {
291 Stack() { 291 Stack() {
292 - Image($r('app.media.swiper_indicator_gray'))  
293 - .width('100%')  
294 - .height(2) 292 + // Image($r('app.media.swiper_indicator_gray'))
  293 + // .width('100%')
  294 + // .height(2)
295 Image($r('app.media.swiper_indicator_white')) 295 Image($r('app.media.swiper_indicator_white'))
296 .width(this.leftW) 296 .width(this.leftW)
297 .height(2) 297 .height(2)
@@ -320,9 +320,9 @@ struct indicatorAnimations { @@ -320,9 +320,9 @@ struct indicatorAnimations {
320 playMode: PlayMode.Normal 320 playMode: PlayMode.Normal
321 }) 321 })
322 Stack() { 322 Stack() {
323 - Image($r('app.media.swiper_indicator_gray'))  
324 - .width('100%')  
325 - .height(2) 323 + // Image($r('app.media.swiper_indicator_gray'))
  324 + // .width('100%')
  325 + // .height(2)
326 Image($r('app.media.swiper_indicator_white')) 326 Image($r('app.media.swiper_indicator_white'))
327 .width(this.rightW) 327 .width(this.rightW)
328 .height(2) 328 .height(2)