浏览代码

考试系统响应式页面开发

tanxue 3 年之前
父节点
当前提交
5be2eaef50
共有 1 个文件被更改,包括 3 次插入6 次删除
  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,
         },
       };
     },