@@ -73,7 +73,7 @@
<div class="page-ctrl">
<el-button type="primary" :disabled="currentQuestion.index<1" @click="prevQuestion">上一题</el-button>
- <el-button type="primary" :disabled="currentQuestion.index>48" @click="nextQuestion">下一题</el-button>
+ <el-button type="primary" :disabled="currentQuestion.index>questionList.length-2" @click="nextQuestion">下一题</el-button>
</div>
</el-card>