Explorar el Código

svip切换改为10秒

tanxue hace 5 meses
padre
commit
da2c0508ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/my/index.vue

+ 1 - 1
pages/my/index.vue

@@ -66,7 +66,7 @@
 	let hyqyData = reactive({
 			indicatorDots: true,
 			autoplay: true,
-			interval: 2000,
+			interval: 10000,
 			duration: 500
 	});
 	let loginFlag = ref(false);