作品广场

This commit is contained in:
X1627315083
2024-05-16 17:14:22 +08:00
parent 5518ac09c6
commit 601e68bcff
13 changed files with 200 additions and 63 deletions

View File

@@ -407,6 +407,10 @@ export default defineComponent({
// this.fileList = []
this.reviewColor={}
this.pantongName = ''
this.colorList[this.selectIndex] = {}
let colorList =this.colorList.filter((v) => Object.keys(v).length)
this.setColorboardList(colorList)
// this.pantongNameList = []
this.tcxColor = ''
},

View File

@@ -401,8 +401,6 @@ export default defineComponent({
"sketchboardFiles",
"likeDesignCollectionList",
];
let oldKey = "";
let margin = 20; //每个图形边距
let maxHeight = 0

View File

@@ -136,6 +136,8 @@ export default defineComponent({
methods:{
nextStep(){
let colorBoards = this.store.state.UploadFilesModule.colorBoards
console.log(colorBoards);
if(this.collectionStep == 1){
let disposeMoodboard = this.store.state.UploadFilesModule.disposeMoodboard
let moodboard = this.store.state.UploadFilesModule.moodboard