diff --git a/src/core/view/components/swiper/index.vue b/src/core/view/components/swiper/index.vue index dc2277697b2e92a4ae2dda7171f9bb08cd44e8ac..0f6eb52c3a0de5b89d588ab414717c12b789ff3f 100644 --- a/src/core/view/components/swiper/index.vue +++ b/src/core/view/components/swiper/index.vue @@ -162,7 +162,6 @@ export default { mounted () { this._currentCheck() this.touchtrack(this.$refs.slidesWrapper, '_handleContentTrack', true) - this._resetLayout() this.$watch(() => { return this.autoplay && !this.userTracking }, this._inintAutoplay)