Skip to content

Commit

Permalink
cart trace update
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed May 7, 2018
1 parent 0ea6471 commit be24808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/body/product/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be24808

Please sign in to comment.