From bea8430045261c5a434624b74cdc3150479940f5 Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Wed, 8 Jan 2025 12:43:27 +0800 Subject: [PATCH] . --- pages/mine/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index c1afeae..33f7713 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -126,6 +126,7 @@ const windowHeight = ref(uni.getSystemInfoSync().windowHeight - 50); const popup = ref(null); const rolses = store.state.user.roles; + uni.$on('refresh', () => { avatar.value = store.state.user.avatar; })