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