333
This commit is contained in:
parent
2caf0690fc
commit
46251fda16
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user