Commit e2ef1a4b by lmf

优化轮播图事件为5秒

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