sunlupeng 1 year ago
parent
commit
ade15c875f
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);
                 console.log(response.data.data);
                 this.questions = response.data.data.questions;
                 this.questions = response.data.data.questions;
                 this.roomId = response.data.data.roomId;
                 this.roomId = response.data.data.roomId;
+                this.isShowItem = true;
             })
             })
     },
     },
     getHomeData(){
     getHomeData(){
@@ -189,7 +190,6 @@ export default{
     },
     },
     clickAnswer(){
     clickAnswer(){
         this.getQuestionList();
         this.getQuestionList();
-            this.isShowItem = true;
             this.timerCountdown();
             this.timerCountdown();
         // if(this.top){
         // if(this.top){
         //     this.$message({
         //     this.$message({