Merge branch 'bd-dev' of 47.94.45.65:angelo/web-base-h5 into bd-test

This commit is contained in:
woody 2025-09-26 09:45:04 +08:00
commit e2e529064f
1 changed files with 7 additions and 4 deletions

View File

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