From 4fc97c5c2fbf6043232c8c557277025e310b72b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 15 Nov 2022 15:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Modifyinformation/Modifyinformation.vue | 2 +- pages/startup/startup.vue | 2 +- static/{启动页.png => logo.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename static/{启动页.png => logo.png} (100%) diff --git a/pages/Modifyinformation/Modifyinformation.vue b/pages/Modifyinformation/Modifyinformation.vue index 8cbfd68..d83a12c 100644 --- a/pages/Modifyinformation/Modifyinformation.vue +++ b/pages/Modifyinformation/Modifyinformation.vue @@ -77,7 +77,7 @@ const value2 = uni.getStorageSync('password'); if (value && value2) { that.phonenumber = value - that.password = value + that.password = value2 that.myInfo() } } catch (e) {} diff --git a/pages/startup/startup.vue b/pages/startup/startup.vue index 8cb8f42..066302d 100644 --- a/pages/startup/startup.vue +++ b/pages/startup/startup.vue @@ -1,6 +1,6 @@