小程序swiper组件锁屏后在开启屏幕无法正常使用 或者 在当前页面去别的页面 之后点击左上角返回 滑动也失效 化不动

- 提供一个最简复现 Demo

wxhtml


<swiper  bindchange="productSwiperScroll" current="{{current}}" indicator-dots="{{swiperCon.indicatorDots}}" indicator-color="{{swiperCon.indicatorColor}}" indicator-active-color="{{swiperCon.indicatorActiveColor}}"

        autoplay="{{swiperCon.autoplay}}" interval="{{swiperCon.interval}}" duration="{{swiperCon.duration}}" >

    <block wx:for="{{swiperCon.imgUrls}}" wx:key="*this">

        <swiper-item>

            <image src="{{item}}" class="slide-image"  />

        </swiper-item>

    </block>


</swiper>


js


Page({

  data: {

      swiperCon: {

          imgUrls: [

              '../../images/sd_ico3.png',

              '../../images/sd_ico7.png'

          ],

          indicatorDots: true,//是否显示面板指示点

          indicatorColor: "rgba(0, 0, 0, .3)",//指示点颜色

          indicatorActiveColor: "#007aff",//当前选中的指示点颜色

          autoplay: false,//是否自动切换

          interval: 5000,//自动切换时间间隔

          duration: 1000,//滑动动画时长

          circular: true,//是否采用衔接滑动

           },

           current:0

      },

      productSwiperScroll:function (e) {

        console.log(e)

        // body...

      }

      , onLoad: function() {

        this.setData({

            current:1

        })

      }

})


展开全部
收起
1回答
提交回答
  • 至过去的我

    2044人对此回答表示赞同

    我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多>
    发布于
  • 钟灵

    15人对此回答表示赞同

    ....

    展开
    15
    0回复
    发布于 5年前

    评论(0)

    收起评论

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
咨询热线

13312967497

扫码添加业务即可随时咨询 还可领取小程序推广攻略

业务咨询: 13312967497
扫码咨询

扫码咨询套餐

回到顶部