This commit is contained in:
X1627315083
2023-12-11 11:02:48 +08:00
parent 29d0114f55
commit d851f5e87c
16 changed files with 56 additions and 31 deletions

View File

@@ -260,7 +260,11 @@ export default defineComponent({
this.imgList.forEach((v:any)=>{
v.categoryShow = false
})
imgData.jsContent1 = this.t('uploadFile.jsContent1')
let maxImg = 8
if(this.selectCode == 'Sketchboard'){
maxImg = 20
}
imgData.jsContent1 = this.t('uploadFile.jsContent1',{maxImg:maxImg})
this.store.commit("addGenerateMaterialFils", imgData);
},
//改变页码