2023-11-28

This commit is contained in:
X1627315083
2023-11-28 17:07:38 +08:00
parent 20897578f0
commit af7177654f
7 changed files with 22 additions and 18 deletions

View File

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