This commit is contained in:
X1627315083
2023-12-07 14:26:21 +08:00
parent 1ffdfba500
commit 6e0cc3156d
11 changed files with 56 additions and 32 deletions

View File

@@ -339,7 +339,7 @@ export default defineComponent({
this.store.commit("addGenerateMaterialFils", data);
// console.log(this.fileList);
let moodboard = this.store.state.UploadFilesModule.moodboard
if(moodboard.length >= 3 && this.driver__.driver){
if(moodboard.length >= 1 && this.driver__.driver){
driverObj__.moveNext()
}
},