fix
This commit is contained in:
@@ -131,6 +131,9 @@ export default defineComponent({
|
|||||||
driver:false,
|
driver:false,
|
||||||
})
|
})
|
||||||
this.textScroll()
|
this.textScroll()
|
||||||
|
this.$nextTick().then(()=>{
|
||||||
|
driverObj__.refresh();
|
||||||
|
})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.record.push({
|
this.record.push({
|
||||||
state:1,
|
state:1,
|
||||||
@@ -138,6 +141,9 @@ export default defineComponent({
|
|||||||
driver:true,
|
driver:true,
|
||||||
})
|
})
|
||||||
this.textScroll()
|
this.textScroll()
|
||||||
|
this.$nextTick().then(()=>{
|
||||||
|
driverObj__.refresh();
|
||||||
|
})
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
this.driver__Time = setInterval(() => {
|
this.driver__Time = setInterval(() => {
|
||||||
@@ -341,7 +347,8 @@ export default defineComponent({
|
|||||||
this.chatCentent = ""
|
this.chatCentent = ""
|
||||||
},
|
},
|
||||||
setDriver(index:number){
|
setDriver(index:number){
|
||||||
// let isBeginner = JSON.parse((getCookie('isBeginner') as any))
|
let isBeginner = JSON.parse((getCookie('isBeginner') as any))
|
||||||
|
|
||||||
if(this.driver__.driver){
|
if(this.driver__.driver){
|
||||||
driverObj__.moveNext();
|
driverObj__.moveNext();
|
||||||
this.robotTop = false
|
this.robotTop = false
|
||||||
|
|||||||
Reference in New Issue
Block a user