From 9dd51a28dae2ef85c93a7b07faf73c537f9b1d02 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 2 Feb 2024 15:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=92=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/base/mine.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/base/mine.vue b/pages/base/mine.vue index 9c943c5..a4019d8 100644 --- a/pages/base/mine.vue +++ b/pages/base/mine.vue @@ -494,7 +494,9 @@ export default { this.personalAssets() this.accounts() }, - + onShow() { + location.reload() + } };