This commit is contained in:
X1627315083
2023-11-23 15:42:36 +08:00
parent c5820ca082
commit af1c4670b6
6 changed files with 26 additions and 14 deletions

View File

@@ -482,7 +482,9 @@ export default defineComponent({
).catch(rv=>{
this.loadingShow = false
})
driverObj__.moveNext()
if(this.driver__.driver){
driverObj__.moveNext()
}
})