|
@@ -148,8 +148,10 @@ export default {
|
|
this.rankListOthers.push(item);
|
|
this.rankListOthers.push(item);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ } else {
|
|
|
|
+ this.rankListTopThree = [{}, {}, {}];
|
|
|
|
+ this.rankListOthers = [];
|
|
}
|
|
}
|
|
- console.log(this.rankListTopThree, this.rankListOthers);
|
|
|
|
this.finished = true;
|
|
this.finished = true;
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.$store.commit("toggleLoading", false);
|
|
this.$store.commit("toggleLoading", false);
|
|
@@ -183,7 +185,7 @@ export default {
|
|
.contentBody {
|
|
.contentBody {
|
|
font-size: 0.6rem;
|
|
font-size: 0.6rem;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- .rankLoading{
|
|
|
|
|
|
+ .rankLoading {
|
|
height: 85vh;
|
|
height: 85vh;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|