修复页面bug
This commit is contained in:
@@ -34,6 +34,7 @@ const DesignDetail : Module<DesignDetail,RootState> = {
|
||||
}
|
||||
let front:any = []
|
||||
let back:any = []
|
||||
console.log(data)
|
||||
// let printZIndex =
|
||||
data.clothes.forEach((v:any,index:any)=>{
|
||||
// if(!v?.partialDesignDTO){
|
||||
@@ -49,6 +50,8 @@ const DesignDetail : Module<DesignDetail,RootState> = {
|
||||
left:0,
|
||||
top:0,
|
||||
}
|
||||
v.maskMinioUrl = v.layersObject?.[0]?.maskMinioUrl
|
||||
v.maskUrl = v.layersObject?.[0]?.maskUrl
|
||||
v.layersObject[i].designOpenrtionBtn = false
|
||||
if(v.layersObject[i].imageCategory.indexOf("back") == -1){
|
||||
front[index] = v.layersObject[i]
|
||||
|
||||
Reference in New Issue
Block a user