...
|
...
|
@@ -200,7 +200,7 @@ function getQueryString(name) { |
|
|
let r = window.location.search.substr(1).match(reg);
|
|
|
|
|
|
if (r !== null) {
|
|
|
return window.unescape(r[2]);
|
|
|
return decodeURIComponent(r[2]);
|
|
|
}
|
|
|
return null;
|
|
|
}
|
...
|
...
|
@@ -577,7 +577,6 @@ if ($brandHeader.data('isbaseshop') === true) { |
|
|
Object.assign(defaultOpt, {shop_id: $brandHeader.data('id')});
|
|
|
}
|
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
type: 'GET',
|
|
|
url: location.protocol + '//m.yohobuy.com/product/search/filter',
|
...
|
...
|
|