From 46251fda165ee765e54638dd5f97b4110ca9742e Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 25 Mar 2025 14:04:02 +0800 Subject: [PATCH] 333 --- src/views/caseIntro.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/caseIntro.vue b/src/views/caseIntro.vue index 88490a0..007d93f 100644 --- a/src/views/caseIntro.vue +++ b/src/views/caseIntro.vue @@ -125,14 +125,14 @@ const switchPage = (index) => { document.body.scrollTop = 0; setTimeout(()=>{ step.value=-1; - },0) + },300) }else{ document.documentElement.scrollTop = 0; document.body.scrollTop = 0; setTimeout(()=>{ step.value=index; - },0) + },300) } if(index==pageList.value.length){ //alert(caseObj.project_id); @@ -172,7 +172,7 @@ const initPage=()=>{ setTimeout(()=>{ step.value = 0; showIntro.value = false; - },0) + },300) } const handleStart = () => { step.value = 0;