...
|
...
|
@@ -116,7 +116,7 @@ C_ID = window._ChannelVary[window.cookie('_Channel')]; |
|
|
if (data.is_favorite === 'Y') {
|
|
|
$('.brand-header .btn-col').addClass('coled');
|
|
|
}
|
|
|
$('.con').text(data.shop_intro);
|
|
|
$('.con').html(data.shop_intro);
|
|
|
},
|
|
|
error: function() {
|
|
|
tip.show('网络断开连接了~');
|
...
|
...
|
@@ -410,7 +410,7 @@ function search(opt) { |
|
|
}
|
|
|
|
|
|
yasparm = {
|
|
|
C_ID: C_ID,
|
|
|
C_ID: C_ID,
|
|
|
BRAND_ID: setting.shop_id,
|
|
|
PAGE_NUM: setting.page,
|
|
|
FILTER_VALUE: opt ? JSON.stringify(filext).replace(/\{|\}|\"/g, '') : '',
|
...
|
...
|
@@ -440,7 +440,7 @@ function search(opt) { |
|
|
}, 200);
|
|
|
}
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
|
|
if (nav.reload) {
|
|
|
|
...
|
...
|
@@ -452,8 +452,8 @@ function search(opt) { |
|
|
} else if ($(goodInfo).hasClass('total')) {
|
|
|
total = $(goodInfo).data('id');
|
|
|
}
|
|
|
});
|
|
|
|
|
|
});
|
|
|
|
|
|
yasparm = Object.assign(yasparm, {
|
|
|
PRD_LIST: JSON.stringify(goodIds).replace(/\[|\]/g, ''),
|
|
|
RES_QTY: total
|
...
|
...
|
@@ -906,10 +906,10 @@ $('#goods-container').on('click', '.good-info', function() { |
|
|
PRD_NUM: PRD_NUM,
|
|
|
PAGE_NUM: Math.ceil(PRD_NUM / 60),
|
|
|
FILTER_VALUE: FILTER_VALUE,
|
|
|
SORT_TYPE: argument ? argument.type : ''
|
|
|
SORT_TYPE: argument ? argument.type : ''
|
|
|
})
|
|
|
}, true);
|
|
|
}
|
|
|
|
|
|
// return false;
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|