...
|
...
|
@@ -18,7 +18,7 @@ var $commentList = $commentArea.find('.comments-wrap'), |
|
|
$wordCountTip = $('#word-count-tip'),
|
|
|
_alert = dialog.Alert,
|
|
|
tag = $('#tags').find('li').length,
|
|
|
leng = $('.goods').find('.good-info').length / 4,
|
|
|
leng = Math.ceil($('.goods').find('.good-info').length / 4),
|
|
|
pag = 0,
|
|
|
pre = $('.chapter-left').find('a'),
|
|
|
next = $('.chapter-right').find('a');
|
...
|
...
|
|