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

View File

@@ -123,7 +123,7 @@
>
System
</div>
<a-switch v-model:checked="systemSeleves" />
<a-switch :disabled="mannequins?.[0]==null?true:false" v-model:checked="systemSeleves" />
<div
class="habit_System_Seleves_text"
:class="{ active: systemSeleves }"
@@ -390,6 +390,9 @@ export default defineComponent({
rv[1] = a
}
this.mannequins = rv
if(this.mannequins?.[0]==null){
this.systemSeleves = false
}
}
})