修复preview修改颜色没有成功问题
This commit is contained in:
@@ -339,7 +339,6 @@ export default defineComponent({
|
||||
},
|
||||
removeDriver(index:number){
|
||||
if(this.driver__.driver){
|
||||
driverObj__.destroy();
|
||||
let data = {
|
||||
index : 0,
|
||||
driver : false,
|
||||
@@ -349,6 +348,10 @@ export default defineComponent({
|
||||
// this.robotInput = false
|
||||
this.createTimer()
|
||||
}
|
||||
console.log('销毁');
|
||||
|
||||
driverObj__.destroy();
|
||||
// setCookie("isBeginner", false);
|
||||
this.record[index].driver = false
|
||||
sessionStorage.setItem('record', JSON.stringify(this.record));
|
||||
this.textScroll()
|
||||
|
||||
Reference in New Issue
Block a user