From 2b45de5a7feec31199693ab667463306cd8d1459 Mon Sep 17 00:00:00 2001 From: qiaomu <3520484422@qq.com> Date: Fri, 29 Mar 2024 10:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=AE=A1=E7=90=86=E5=91=98=E6=B2=A1=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/my/index.js b/pages/my/index.js index d46bcd6..9c83602 100644 --- a/pages/my/index.js +++ b/pages/my/index.js @@ -62,6 +62,7 @@ Page({ alertInfo(result.message) return; } + this.setData({ user: result.data }) wx.setStorageSync('user', result.data) }, connect() {