|
|
@@ -162,7 +162,7 @@
|
|
|
customcolors:e.customcolors ? e.customcolors:0,
|
|
|
customcheek:e.customcheek ? e.customcheek:0,
|
|
|
custommaterial:e.custommaterial ? e.custommaterial:0,
|
|
|
- sa_brandid: e.sa_brandid,
|
|
|
+ sa_brandid: e.brand[0].sa_brandid,
|
|
|
sa_shoppingcartid:e.sa_shoppingcartid,
|
|
|
}
|
|
|
}
|
|
|
@@ -173,7 +173,7 @@
|
|
|
qty:e.favoritesqty,
|
|
|
length:0,
|
|
|
width:0,
|
|
|
- sa_brandid: e.sa_brandid,
|
|
|
+ sa_brandid: e.brand[0].sa_brandid,
|
|
|
sa_shoppingcartid:e.sa_shoppingcartid,
|
|
|
}
|
|
|
}
|
|
|
@@ -303,6 +303,7 @@
|
|
|
const open = ref(false)
|
|
|
const prodData = ref({})
|
|
|
const openCustom = (data)=>{
|
|
|
+ console.log(data);
|
|
|
open.value = true
|
|
|
prodData.value = data
|
|
|
}
|