fix
This commit is contained in:
@@ -28,6 +28,12 @@ const Workspace : Module<DesignDetail,RootState> = {
|
||||
ageGroup:'Adult',//年龄组
|
||||
positionList:[],//衣服位置
|
||||
position:{},//衣服位置
|
||||
publishData:{
|
||||
id:'',
|
||||
portfolioDes:'',
|
||||
portfolioName:'',
|
||||
tagsDTO:[],
|
||||
},//发布的作品数据
|
||||
systemDesignerPercentage:30,//设计师分成
|
||||
model:{
|
||||
id:null,
|
||||
@@ -77,6 +83,12 @@ const Workspace : Module<DesignDetail,RootState> = {
|
||||
ageGroup:'Adult',//年龄组
|
||||
positionList:[],
|
||||
position:{},//衣服位置
|
||||
publishData:{
|
||||
id:'',
|
||||
portfolioDes:'',
|
||||
portfolioName:'',
|
||||
tagsDTO:[],
|
||||
},//发布的作品数据
|
||||
systemDesignerPercentage:30,
|
||||
model:{
|
||||
id:-1,
|
||||
|
||||
Reference in New Issue
Block a user