Moonofweisheng / wot-design-uni

一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。
https://wot-design-uni.pages.dev
MIT License
905 stars 147 forks source link

[Bug 上报] Swiper 在微信小程序中轮播卡顿 #411

Closed PdxLook closed 3 months ago

PdxLook commented 3 months ago

Wot Design Uni 版本号

1.2.28

平台

微信小程序

复现Demo地址

1

重现步骤

 <!-- 轮播 -->
      <wd-swiper :list="swiperList" autoplay :current="current" height="160" :indicator="{ type: 'dots-bar' }"
        @click="handleClick">
      </wd-swiper>
      <script setup>
      const current = ref(1)
</script>

初始打开轮播显示正常,手机黑屏一段时间,或者微信挂起一段时间,在进入小程序,轮播就会卡顿 需要刷新页面才能正常显示 https://github.com/Moonofweisheng/wot-design-uni/assets/117615674/70809443-706a-43a6-88bc-d6424db7f3f0

期望的结果是什么?

正常显示

实际的结果是什么?

卡顿

环境信息

No response

其他补充信息

No response

github-actions[bot] commented 2 months ago

此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。