From 0d0287191ab997fbb7a066b26421b8365b7cfc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 31 Dec 2019 15:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/question/Question.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/question/Question.js b/public/react/src/modules/question/Question.js index 66c31ba94..2da5f0d0e 100644 --- a/public/react/src/modules/question/Question.js +++ b/public/react/src/modules/question/Question.js @@ -178,7 +178,7 @@ class Question extends Component { public: key, item_type: this.state.item_type, difficulty: this.state.difficulty, - page: this.state.page, + page: 1, per_page:10, }; this.getdata(data);