...
|
...
|
@@ -278,8 +278,8 @@ function search(opt) { |
|
|
params.shop_id = shopId;
|
|
|
}
|
|
|
|
|
|
if (ageLevel) {
|
|
|
params.age_level = ageLevel;
|
|
|
if (age_level) {
|
|
|
params.age_level = age_level
|
|
|
}
|
|
|
|
|
|
if (sort) {
|
...
|
...
|
@@ -385,7 +385,7 @@ function search(opt) { |
|
|
|
|
|
}
|
|
|
|
|
|
// require('../../common/suspend-cart'); //悬浮购物车
|
|
|
require('../../common/suspend-cart'); //悬浮购物车
|
|
|
/* tar add 160914 */
|
|
|
if ($brandHeader.data('isbaseshop') === 1) {
|
|
|
Object.assign(defaultOpt, {shop_id: $brandHeader.data('id')});
|
...
|
...
|
|