sunlupeng hai 1 ano
pai
achega
ade15c875f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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({