This commit is contained in:
X1627315083
2023-12-13 17:35:52 +08:00
parent d62533e703
commit 269e305386
2 changed files with 2 additions and 4 deletions

View File

@@ -297,8 +297,6 @@ export default defineComponent({
(rv) => {
rv.clothes.forEach((item)=>{
if(item.id == this.sketchImg.id_){
console.log(item, designItemDetail.clothes[index]);
console.log(item,item.id , designItemDetail.clothes[index].id);
designItemDetail.clothes[index].color = item.color
designItemDetail.clothes[index].printObject = item.printObject
designItemDetail.clothes[index].layersObject = item.layersObject