From a3db3683f1673f2d0e9edf680000e043230866a5 Mon Sep 17 00:00:00 2001 From: yanyan Date: Sat, 11 May 2024 16:49:46 +0800 Subject: [PATCH] =?UTF-8?q?onshow=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/my/my.vue b/pages/my/my.vue index 7741f47..78c7536 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -58,6 +58,8 @@ this.getChallengeTotal() this.getStatus() this.page = "my" + }, + onShow() { this.name = this.userName; this.avatar = this.avatarUrl; this.getSwiperList()