@tarojs/components 3.6.0-beta.0 → 3.6.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9886,11 +9886,9 @@ const Swiper = class {
9886
9886
  this.handleSwiperLoop = index$2.debounce(() => {
9887
9887
  if (this.swiper && this.circular) {
9888
9888
  // @ts-ignore
9889
- this.swiper.loopDestroy();
9890
- // @ts-ignore
9891
- this.swiper.loopCreate();
9889
+ this.swiper.loopFix();
9892
9890
  }
9893
- }, 500);
9891
+ }, 50);
9894
9892
  this.handleSwiperSize = index$2.debounce(() => {
9895
9893
  if (this.swiper && !this.circular) {
9896
9894
  this.swiper.updateSlides();
@@ -10047,7 +10045,7 @@ const Swiper = class {
10047
10045
  slideChangeTransitionStart(_swiper) {
10048
10046
  if (that.circular) {
10049
10047
  if (_swiper.isBeginning || _swiper.isEnd) {
10050
- _swiper.slideToLoop(this.realIndex, 0); // 更新下标
10048
+ // _swiper.slideToLoop(this.realIndex, 0, false) // 更新下标
10051
10049
  return;
10052
10050
  }
10053
10051
  }