sunlupeng 1 year ago
parent
commit
f47a6242a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/HomeView/AnswerGame/AnswerGame.vue

+ 1 - 1
src/views/HomeView/AnswerGame/AnswerGame.vue

@@ -117,6 +117,7 @@ export default{
                 console.log(response.data.data);
                 this.questions = response.data.data.questions;
                 this.roomId = response.data.data.roomId;
+                this.timerCountdown();
                 this.isShowItem = true;
             })
     },
@@ -190,7 +191,6 @@ export default{
     },
     clickAnswer(){
         this.getQuestionList();
-            this.timerCountdown();
         // if(this.top){
         //     this.$message({
         //         message: '今日已答题!',