Bläddra i källkod

考试系统响应式页面开发

tanxue 3 år sedan
förälder
incheckning
5be2eaef50
1 ändrade filer med 3 tillägg och 6 borttagningar
  1. 3 6
      pages/examsystem/index.vue

+ 3 - 6
pages/examsystem/index.vue

@@ -338,14 +338,13 @@
             clickable: true, // 点击当前滑块切换到对应的轮播图片
           },
           autoplay: {
-            delay: 100000,
+            delay: 5000,
           },
           paginationClickable: true,
           speed: 800,
           loop: true,
           observer: true,
           observeParents: true,
-          autoplayDisableOnInteraction: false,
         },
         swiperOptionGn: {
           pagination: {
@@ -355,14 +354,13 @@
             clickable: true, // 点击当前滑块切换到对应的轮播图片
           },
           autoplay: {
-            delay: 100000,
+            delay: 5000,
           },
           paginationClickable: true,
           speed: 800,
           loop: true,
           observer: true,
           observeParents: true,
-          autoplayDisableOnInteraction: false,
         },
         swiperOptionCj: {
           pagination: {
@@ -372,14 +370,13 @@
             clickable: true, // 点击当前滑块切换到对应的轮播图片
           },
           autoplay: {
-            delay: 100000,
+            delay: 5000,
           },
           paginationClickable: true,
           speed: 800,
           loop: true,
           observer: true,
           observeParents: true,
-          autoplayDisableOnInteraction: false,
         },
       };
     },