apicloud学习手册

2020-01-22  本文已影响0人  塔塔七

1、apicloud下拉刷新与swiper滑动冲突解决

let pic_swiper = new Swiper ('.swiper-container', {
          pagination: {
            el: '.swiper-pagination',
          },
          autoplay:true,
          on: {
              touchStart: function(event){
                api.setFrameAttr({
                    name: api.frameName,
                    bounces: false
                });
              },
              touchEnd: function(event){
                api.setFrameAttr({
                  name: api.frameName,
                  bounces: true
                });
              },
            }
        }) 

swiper滑动事件参考文档:点开详情
apicloud弹动开关参考文档:点击详情

上一篇下一篇

猜你喜欢

热点阅读