liyongli 2 rokov pred
rodič
commit
176ff0473c

+ 1 - 1
src/view/SilkRoadSpringFestivalGala/index.vue

@@ -42,7 +42,7 @@ for (let i = 0; i < first_text.length; i++) {
 const first_text_view = reactive(first_text);
 let time = setTimeout(() => {
   clearTimeout(time);
-    page.value = "sex";
+    page.value = "second";
 }, 5000);
 
 function changePage(type) {