2023-10-30-1

This commit is contained in:
2023-10-30 10:03:49 +08:00
parent 9a4925ac28
commit 2280092956
7 changed files with 160 additions and 94 deletions

View File

@@ -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