陈剑华

fix: 18465 UI还原问题-【uat】顶部广告,滑动效果和android不一致,看视频

@@ -292,6 +292,10 @@ struct indicatorAnimations { @@ -292,6 +292,10 @@ struct indicatorAnimations {
292 // Image($r('app.media.swiper_indicator_gray')) 292 // Image($r('app.media.swiper_indicator_gray'))
293 // .width('100%') 293 // .width('100%')
294 // .height(2) 294 // .height(2)
  295 +
  296 + Image($r('app.media.swiper_indicator_gray'))
  297 + .width('100%')
  298 + .height(2)
295 Image($r('app.media.swiper_indicator_white')) 299 Image($r('app.media.swiper_indicator_white'))
296 .width(this.leftW) 300 .width(this.leftW)
297 .height(2) 301 .height(2)
@@ -323,6 +327,9 @@ struct indicatorAnimations { @@ -323,6 +327,9 @@ struct indicatorAnimations {
323 // Image($r('app.media.swiper_indicator_gray')) 327 // Image($r('app.media.swiper_indicator_gray'))
324 // .width('100%') 328 // .width('100%')
325 // .height(2) 329 // .height(2)
  330 + Image($r('app.media.swiper_indicator_gray'))
  331 + .width('100%')
  332 + .height(2)
326 Image($r('app.media.swiper_indicator_white')) 333 Image($r('app.media.swiper_indicator_white'))
327 .width(this.rightW) 334 .width(this.rightW)
328 .height(2) 335 .height(2)