1***@qq.com
1***@qq.com
  • 发布:2024-12-23 22:55
  • 更新:2024-12-23 22:55
  • 阅读:15

swiper微信小程序熄屏后无限来回滚动 onchange事件毫秒级触发了

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 11

第三方开发者工具版本号: 1.06.2409140

基础库版本号: 3.7.1

项目创建方式: CLI

CLI版本号: 3.0.0-4020420240722002

操作步骤:
<view class="home-swiper">  
                <swiper autoplay circular class="swiper" :style="{height:swiperHeight+'px'}" :current="curSwiperIndex" @change="swiperChange">  
                    <swiper-item v-for="(item,index) in list1" :key="index">  
                        <image :src="item" mode="aspectFill" />  
                    </swiper-item>  
                </swiper>  
                <!-- 自定义指示器小图 -->  
                <view class="home-swiper-indicator">  
                    <image :src="item" mode="aspectFill" v-for="(item,index) in list1" :key="index"  
                        :class="{'home-swiper-indicator-active':index === curSwiperIndex}" @click="curSwiperIndex = index"></image>  
                </view>  
            </view>

预期结果:

正常轮播

实际结果:

熄屏后打开无限轮播

bug描述:

swiper微信小程序熄屏后无限来回滚动 onchange事件毫秒级触发了

2024-12-23 22:55 负责人:无 分享
已邀请:

要回复问题请先登录注册