调整用户指引期间点击两次layout 用户指引区域错误

This commit is contained in:
X1627315083
2024-01-28 14:37:03 +08:00
parent ffd0cfbce6
commit 4ac2887312
8 changed files with 20 additions and 16 deletions

View File

@@ -444,8 +444,7 @@ export default defineComponent({
},
layout(){
this.loadingShow = true
this.edieShow = true
this.store.commit("setDisposeMoodboard", []);
let arr = JSON.parse(JSON.stringify(this.store.state.UploadFilesModule.moodboard))
this.layoutList = arr
@@ -462,6 +461,11 @@ export default defineComponent({
return
}
}
if(this.loadingShow){
return
}
this.loadingShow = true
this.edieShow = true
if(this.moodb_[arr.length-1].length == 2){
this.moodb_className = this.moodb_[arr.length-1][0]
}else{