Authored by 郭成尧

'compare-php'

... ... @@ -617,7 +617,7 @@ if ($brandHeader.length > 0) {
opt: opt,
type: $brandHeader.data('isbaseshop') ? 'shop' : 'brand'
},
xhrFields: {
xhrFields: {
withCredentials: true
},
success: function(data) {
... ...
... ... @@ -944,7 +944,7 @@ $collect.on('touchstart', function() {
opt: opt,
type: 'shop'
},
xhrFields: {
xhrFields: {
withCredentials: true
},
success: function(data) {
... ...