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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user