切换我的创作和我的藏品的bug修复

This commit is contained in:
Double-_-Z 2025-03-11 09:28:33 +08:00
parent 63ac58039e
commit 30e6d44f51

View File

@ -169,7 +169,7 @@ export default {
methods:{ methods:{
// //
async init(){ async init(){
await this.$refs.uWaterfall.clear(); this.$refs.uWaterfall.clear();
if(this.current){ if(this.current){
this.collectList = []; this.collectList = [];
this.collectForm = {current: 1,size: 10,isFinish: false,total: 0}; this.collectForm = {current: 1,size: 10,isFinish: false,total: 0};