Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1221,7 +1221,7 @@ $('#goods-container').on('click', '.good-info', function() { | @@ -1221,7 +1221,7 @@ $('#goods-container').on('click', '.good-info', function() { | ||
1221 | firstType = 'default'; | 1221 | firstType = 'default'; |
1222 | PRD_NUM = PRD_NUM + 1; | 1222 | PRD_NUM = PRD_NUM + 1; |
1223 | } else if ($(this).parent().hasClass('default-goods')) { | 1223 | } else if ($(this).parent().hasClass('default-goods')) { |
1224 | - PRD_NUM = PRD_NUM + 12; | 1224 | + PRD_NUM = PRD_NUM + 24; |
1225 | } | 1225 | } |
1226 | 1226 | ||
1227 | yasparms = { | 1227 | yasparms = { |
-
Please register or login to post a comment