调整用户指引mood页

This commit is contained in:
X1627315083
2024-01-10 16:13:50 +08:00
parent bed614d417
commit 838d6e86bd
9 changed files with 57 additions and 9 deletions

View File

@@ -398,7 +398,7 @@ export default defineComponent({
data.jsContent1 = this.t('uploadFile.jsContent1',{maxImg:maxImg})
this.store.commit("addGenerateMaterialFils", data);
// console.log(this.fileList);
let moodboard = this.store.state.UploadFilesModule.moodboard
let moodboard = this.store.state.UploadFilesModule.moodboardGenerateFiles
if(moodboard.length >= 2 && this.driver__.driver){
driverObj__.moveNext()
}