...
|
...
|
@@ -617,9 +617,9 @@ if ($brandHeader.length > 0) { |
|
|
opt: opt,
|
|
|
type: $brandHeader.data('isbaseshop') ? 'shop' : 'brand'
|
|
|
},
|
|
|
xhrFields: {
|
|
|
withCredentials: true
|
|
|
},
|
|
|
xhrFields: {
|
|
|
withCredentials: true
|
|
|
},
|
|
|
success: function(data) {
|
|
|
if (data.code === 200) {
|
|
|
$this.toggleClass('coled');
|
...
|
...
|
|