2023-10-30-1
This commit is contained in:
@@ -373,7 +373,9 @@ export default defineComponent({
|
||||
body = item
|
||||
}
|
||||
});
|
||||
let ratio:any = await this.setPostition(body.layersObject[0]?.imageUrl)
|
||||
console.log(body?.layersObject?.[0]?.imageUrl);
|
||||
|
||||
let ratio:any = await this?.setPostition(body?.layersObject?.[0]?.imageUrl)
|
||||
let frontIndex = 6
|
||||
let backIndex = 3
|
||||
designItemDetail.clothes.forEach((v:any,index:any)=>{
|
||||
@@ -411,7 +413,6 @@ export default defineComponent({
|
||||
back:back,
|
||||
body:body,
|
||||
}
|
||||
|
||||
},
|
||||
setDesignCoverage(str:string){
|
||||
let {design,index,collectionList} = this.parentData
|
||||
|
||||
Reference in New Issue
Block a user