...
|
...
|
@@ -862,6 +862,10 @@ if ($brandHeader.data('isbaseshop') === true) { |
|
|
url: location.protocol + '//m.yohobuy.com/product/search/filter',
|
|
|
data: defaultOpt,
|
|
|
success: function(data) {
|
|
|
if (data === '') {
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
$goodsContainer.append(data);
|
|
|
|
|
|
// 初始化filter&注册filter回调
|
...
|
...
|
|