From 9797e7e58f82d353ff4c08d1183c3609ef519bf7 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 5 Feb 2025 21:46:08 +0800 Subject: [PATCH] fix the account list page shows skeleton and account info at the same time when reloading the account list for mobile version --- src/views/mobile/accounts/ListPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mobile/accounts/ListPage.vue b/src/views/mobile/accounts/ListPage.vue index 40621c84..57234e55 100644 --- a/src/views/mobile/accounts/ListPage.vue +++ b/src/views/mobile/accounts/ListPage.vue @@ -69,7 +69,7 @@
+ v-show="!loading && ((showHidden && hasAccount(accountCategory, false)) || hasAccount(accountCategory, true))">