From 6f904500c6b8f1da993554b9867113c7f1f6d117 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 2 Nov 2023 09:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myinformation/myinformation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 56e7153..c9792f9 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -304,6 +304,7 @@ existPatientInfo(value).then(res => { if (res.code == 200 && res.msg == 'LOGIN') { appPersonal(value2).then(Response => { + // uni.setStorageSync('userinfo', Response.data); if (Response.code == 200) { that.appPersonallist = Response.data if (!that.appPersonallist.integral) {