diff --git a/src/pages/questionBank/components/Question.vue b/src/pages/questionBank/components/Question.vue index 9706002..d45168c 100644 --- a/src/pages/questionBank/components/Question.vue +++ b/src/pages/questionBank/components/Question.vue @@ -54,7 +54,7 @@ export default { data() { return { - content:'太棒啦,已答完最后一题', + content:'太棒啦,已答完最后一题~', tipShow:false, title:'提示', tCurrent:0, @@ -86,7 +86,7 @@ export default { if (this.questionList[index + 1]) { list.push(this.questionList[index + 1]); } - + this.duration = 0; setTimeout(() => {