This commit is contained in:
zoujiandong
2025-03-25 14:04:02 +08:00
parent 2caf0690fc
commit 46251fda16
+3 -3
View File
@@ -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;