粉丝页面加过渡动画

This commit is contained in:
zyronon 2021-10-10 15:52:20 +08:00
parent 3cc7ba393e
commit d8704ccbea

View File

@ -60,7 +60,7 @@ export default {
this.loading = true
await this.$sleep(500)
this.loading = false
this.recommend = this.recommend.concat(this.friends.all)
this.recommend = this.recommend.concat(this.friends.all)
}
}
}