Commit 7af11981 authored by 余成's avatar 余成

修改轮播时间

parent d4d1d649
...@@ -584,8 +584,9 @@ ...@@ -584,8 +584,9 @@
<script> <script>
var swiper = new Swiper('.huadongrequ', { var swiper = new Swiper('.huadongrequ', {
autoplay: true, autoplay: {
delay: 3000, delay: 2500,
},
loop: true, loop: true,
pagination: { pagination: {
el: '.swiper-pagination', el: '.swiper-pagination',
...@@ -595,7 +596,9 @@ ...@@ -595,7 +596,9 @@
new Swiper('.remenhuodong', { new Swiper('.remenhuodong', {
autoplay: true, autoplay: true,
delay: 3000, delay: {
delay: 3000,
},
loop: true, loop: true,
pagination: { pagination: {
el: '.swiper-pagination-re', el: '.swiper-pagination-re',
......
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