This commit is contained in:
wangweidong 2026-01-08 16:51:24 +08:00
parent d25ab853b7
commit b9722250b6
1 changed files with 6 additions and 2 deletions

View File

@ -85,10 +85,14 @@
const scoltop =(e)=>{ const scoltop =(e)=>{
if(e==0){ if(e==0){
scrolltop.value = topsc.value; scrolltop.value = topsc.value;
nextTick(()=>{
scrolltop.value = 0; scrolltop.value = 0;
})
}else{ }else{
scrolltop.value = topsc.value; scrolltop.value = topsc.value;
nextTick(()=>{
scrolltop.value = 999; scrolltop.value = 999;
})
} }
} }
const codesc = ref(0) const codesc = ref(0)