This commit is contained in:
X1627315083
2023-12-04 11:48:17 +08:00
parent c2399fd4e4
commit bcb6483ce0
25 changed files with 148 additions and 81 deletions

View File

@@ -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