This commit is contained in:
X1627315083
2023-12-08 17:37:26 +08:00
parent 4f62c4c2d3
commit 1b55d36462
6 changed files with 30 additions and 24 deletions

View File

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