generate交互方式和图片放大后的

This commit is contained in:
X1627315083
2024-04-26 15:27:01 +08:00
parent 9562ae4225
commit 1a2baf9278
16 changed files with 166 additions and 86 deletions

View File

@@ -474,6 +474,7 @@ export default defineComponent({
this.setRevocation(designItemDetail,data)
}
).catch(res=>{
this.$parent.loadingShow = false
});
},
},

View File

@@ -245,7 +245,6 @@ export default defineComponent({
designShowIndex.value = index
}
let setpitch = (item,index)=>{
console.log(123);
canvas.discardActiveObject();
// this.designItemDetail.clothes.forEach((item)=>{
// item.clothesOpen = false

View File

@@ -440,6 +440,8 @@ export default defineComponent({
this.setRevocation(designItemDetail,data)
}
).catch(res=>{
this.$parent.loadingShow = false
});
},
},