调整用户指引期间点击两次layout 用户指引区域错误
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user