mirror of https://gitee.com/answerdev/answer.git
feat(HotQuestions): Hot questions maximum request 6 items
This commit is contained in:
parent
cc5eed7a09
commit
14b21d5187
|
@ -20,7 +20,7 @@ export const useQuestionList = (params: Type.QueryQuestionsReq) => {
|
|||
export const useHotQuestions = (
|
||||
params: Type.QueryQuestionsReq = {
|
||||
page: 1,
|
||||
page_size: 10,
|
||||
page_size: 6,
|
||||
order: 'frequent',
|
||||
},
|
||||
) => {
|
||||
|
|
Loading…
Reference in New Issue