Authored by 郭成尧

'gulpge'

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