Commit e2ef1a4b by lmf

优化轮播图事件为5秒

parent 58d307dc
......@@ -46,7 +46,7 @@
autoPlay = setInterval(function () {
//手动调用点击事件
next.click();
}, 2000);
}, 5000);
});
//设置ul的宽度
......@@ -117,7 +117,7 @@
var autoPlay = setInterval(function () {
//手动调用点击事件
next.click();
}, 2000);
}, 5000);
})
});
</script>
......
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