Compare commits

...

2 Commits

1 changed files with 7 additions and 4 deletions

View File

@ -384,10 +384,13 @@ export default {
// //
closePeopleRanking() { closePeopleRanking() {
this.showPeopleRanking = false this.showPeopleRanking = false
// if (this.amountTopThree.length > 0) {
setTimeout(() => { setTimeout(() => {
this.showAmountRanking = true this.showAmountRanking = true
}, 300) }, 300)
} else {
this.$emit('onRankingComplete')
}
}, },
// //