Browse Source

svip切换改为10秒

tanxue 4 months ago
parent
commit
da2c0508ca
1 changed files with 1 additions and 1 deletions
  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);