|
@@ -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({
|