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)=>{
if(e==0){
scrolltop.value = topsc.value;
scrolltop.value = 0;
nextTick(()=>{
scrolltop.value = 0;
})
}else{
scrolltop.value = topsc.value;
scrolltop.value = 999;
nextTick(()=>{
scrolltop.value = 999;
})
}
}
const codesc = ref(0)