This commit is contained in:
X1627315083
2023-12-07 14:26:21 +08:00
parent 1ffdfba500
commit 6e0cc3156d
11 changed files with 56 additions and 32 deletions

View File

@@ -362,7 +362,7 @@ export default defineComponent({
if(this.driver__.driver){
nextTick().then(()=>{
// driverObj__.moveNext();
driverObj__.moveTo(20);
driverObj__.moveTo(21);
})
}
}