From ac6bf92b64e00fd606d8a941d46197f848fb6b7e Mon Sep 17 00:00:00 2001 From: binaryify Date: Tue, 6 Oct 2020 21:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/comment_new.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/comment_new.js b/module/comment_new.js index e8b68db..5c8fd65 100644 --- a/module/comment_new.js +++ b/module/comment_new.js @@ -16,9 +16,9 @@ module.exports = (query, request) => { const pageNo = query.pageNo || 1 const data = { threadId: threadId, //'R_SO_4_863481066', - pageNo: pageNo, + pageNo, showInner: query.showInner || true, - pageSize: pageSize, + pageSize, cursor: (pageNo - 1) * pageSize, sortType: query.sortType || 1, //1:按推荐排序,2:按热度排序,3:按时间排序 }