Commit 90860681 authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents ff20aca1 7c173670
......@@ -170,9 +170,14 @@ var that = this,imgData="";
}
clean () {
this.canvasCtx.clearRect(0, 0, w, h)
this.blockCtx.clearRect(0, 0, w, h)
this.block.width = w
if(publicFunc.isWhichBrowe().ios||publicFunc.isWhichBrowe().webKit){
// location.reload();
}else{
this.canvasCtx.clearRect(0, 0, w, h)
this.blockCtx.clearRect(0, 0, w, h)
this.block.width = w
}
}
bindEvents () {
......
......@@ -298,7 +298,6 @@
}
},
swiperOption: {
hashNavigation:true,
//是一个组件自有属性,如果notNextTick设置为true,组件则不会通过NextTick来实例化swiper,也就意味着你可以在第一时间获取到swiper对象,假如你需要刚加载遍使用获取swiper对象来做什么事,那么这个属性一定要是true
notNextTick: true,
//循环
......@@ -306,7 +305,11 @@
//设定初始化时slide的索引
initialSlide: 0,
//自动播放
autoplay: true,
autoplay: {
delay:6000,
stopOnLastSlide: false,
disableOnInteraction:false
},
//滑动速度
speed: 800,
//滑动方向
......
......@@ -189,7 +189,10 @@
//设定初始化时slide的索引
initialSlide: 0,
//自动播放
autoplay: true,
autoplay: {
delay:6000,
disableOnInteraction:false
},
//滑动速度
speed: 800,
//滑动方向
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment