修复detail里面删除状态后可以选择衣服的问题

This commit is contained in:
X1627315083
2024-04-22 17:23:07 +08:00
parent 692a5755b4
commit f894897d98

View File

@@ -829,6 +829,7 @@ export default defineComponent({
this.imgDesignImg = true
},
clothesOpen(index:any){
if(this.deleteShow) return
this.clothesDetail('',index)
this.clothesOpenActive(index)
},