diff --git a/src/views/body/product/Index.vue b/src/views/body/product/Index.vue index 35d916c..d62a73b 100644 --- a/src/views/body/product/Index.vue +++ b/src/views/body/product/Index.vue @@ -762,6 +762,8 @@ export default { sendData['product_id'] = self.product._id; sendData['qty'] = qty; $.showIndicator(); + var cookies = self.getTraceAllCookie(); + sendData['cookies'] = cookies $.ajax({ async:true, timeout: 120000,