Compare commits
No commits in common. "e2e529064ff558b0dbe2c5e888bc3c6a34fdfa4b" and "e47d5dd3f7ea7d2a7a8eaba8525671404717b489" have entirely different histories.
e2e529064f
...
e47d5dd3f7
|
|
@ -384,13 +384,10 @@ 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')
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 关闭金额排行榜
|
// 关闭金额排行榜
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue