Showing
2 changed files
with
2 additions
and
2 deletions
@@ -617,7 +617,7 @@ if ($brandHeader.length > 0) { | @@ -617,7 +617,7 @@ if ($brandHeader.length > 0) { | ||
617 | opt: opt, | 617 | opt: opt, |
618 | type: $brandHeader.data('isbaseshop') ? 'shop' : 'brand' | 618 | type: $brandHeader.data('isbaseshop') ? 'shop' : 'brand' |
619 | }, | 619 | }, |
620 | - xhrFields: { | 620 | + xhrFields: { |
621 | withCredentials: true | 621 | withCredentials: true |
622 | }, | 622 | }, |
623 | success: function(data) { | 623 | success: function(data) { |
@@ -944,7 +944,7 @@ $collect.on('touchstart', function() { | @@ -944,7 +944,7 @@ $collect.on('touchstart', function() { | ||
944 | opt: opt, | 944 | opt: opt, |
945 | type: 'shop' | 945 | type: 'shop' |
946 | }, | 946 | }, |
947 | - xhrFields: { | 947 | + xhrFields: { |
948 | withCredentials: true | 948 | withCredentials: true |
949 | }, | 949 | }, |
950 | success: function(data) { | 950 | success: function(data) { |
-
Please register or login to post a comment