From 9f449b67664aca4a67d9a2cc5f83aa096653f569 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Wed, 15 Nov 2023 23:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/my.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/my/my.vue b/pages/my/my.vue index f06f4e7..bbb5e5d 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -43,8 +43,8 @@ data() { return { src: 'https://cdn.uviewui.com/uview/album/2.jpg', - account: '123456', - username: '用户名', + account: '', + username: '', isLoad: true } }, @@ -54,6 +54,8 @@ return } this.isLoad = true + this.$data.account = wx.getStorageSync('account') + this.$data.username = wx.getStorageSync('nickname') }, methods: { reOnLoad() {