Authored by 郭成尧

'gulpge'

... ... @@ -9042,8 +9042,12 @@ $shopCart.on('click', '.icon-minus, .icon-add', function() {
// 最近浏览翻页
$histroy.on('click', '.pagenext, .pageprev', function() {
if ($(this).hasClass('pagenext')) {
if (pageNum !== 6) {
pageNum++;
} else {
pageNum = 1;
}
} else {
--pageNum > 0 || (pageNum = 1);
}
getTogetherProduct($histroy, '/cart/index/getRecommendProduct', {
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.