diff --git a/pages/template/long-list2/long-list2.uvue b/pages/template/long-list2/long-list2.uvue index 982abb607eff1d5c68b8488a970b016d16c33602..76b508cdd7cf9f17f9a37affab15220543c2ed44 100644 --- a/pages/template/long-list2/long-list2.uvue +++ b/pages/template/long-list2/long-list2.uvue @@ -211,6 +211,7 @@ // #ifdef APP const x = indicator_line_x + indicator_line_w / 2 this.indicatorNode?.style?.setProperty('transform', `translateX(${x}px) scaleX(${indicator_line_w})`) + this.initSwiperItemData(current_index) // #endif // #ifdef WEB // TODO chrome windows系统 transform scaleX渲染bug