Compare commits
No commits in common. "e2e529064ff558b0dbe2c5e888bc3c6a34fdfa4b" and "e47d5dd3f7ea7d2a7a8eaba8525671404717b489" have entirely different histories.
e2e529064f
...
e47d5dd3f7
|
|
@ -384,13 +384,10 @@ export default {
|
|||
// 关闭人数排行榜,显示金额排行榜
|
||||
closePeopleRanking() {
|
||||
this.showPeopleRanking = false
|
||||
if (this.amountTopThree.length > 0) {
|
||||
setTimeout(() => {
|
||||
this.showAmountRanking = true
|
||||
}, 300)
|
||||
} else {
|
||||
this.$emit('onRankingComplete')
|
||||
}
|
||||
// 延迟显示金额排行榜,让关闭动画完成
|
||||
setTimeout(() => {
|
||||
this.showAmountRanking = true
|
||||
}, 300)
|
||||
},
|
||||
|
||||
// 关闭金额排行榜
|
||||
|
|
|
|||
Loading…
Reference in New Issue