fix
This commit is contained in:
@@ -460,7 +460,6 @@ export default defineComponent({
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
if(this.moodb_[arr.length-1].length == 2){
|
||||
this.moodb_className = this.moodb_[arr.length-1][0]
|
||||
}else{
|
||||
@@ -472,8 +471,6 @@ export default defineComponent({
|
||||
this.layoutList.forEach((v:any)=>{
|
||||
v.setPitch = false
|
||||
})
|
||||
|
||||
|
||||
nextTick().then(async ()=>{
|
||||
let layoutCentent = document.getElementById('modal_img')
|
||||
let file = await domTurnImg(layoutCentent)
|
||||
@@ -498,8 +495,6 @@ export default defineComponent({
|
||||
driverObj__.moveNext()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
setmoodbClass(val:any){
|
||||
this.moodb_className = val
|
||||
|
||||
Reference in New Issue
Block a user