sunlupeng 1 år sedan
förälder
incheckning
ade15c875f
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.isShowItem = true;
             })
     },
     getHomeData(){
@@ -189,7 +190,6 @@ export default{
     },
     clickAnswer(){
         this.getQuestionList();
-            this.isShowItem = true;
             this.timerCountdown();
         // if(this.top){
         //     this.$message({