提交 b913c4ba 编写于 作者: B binaryify

移除冗余代码

上级 39b4f801
......@@ -19,7 +19,7 @@ module.exports = (query, request) => {
pageNo: pageNo,
showInner: query.showInner || true,
pageSize: pageSize,
cursor: (pageNo - 1) * (pageSize || 20),
cursor: (pageNo - 1) * pageSize,
sortType: query.sortType || 1, //1:按推荐排序,2:按热度排序,3:按时间排序
}
return request(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册