From 70228a6eec44ddc5a4769ad80d5f94f761403b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=81=E8=BE=89?= Date: Thu, 20 Jan 2022 18:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 2 ++ pages/user-info/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 07eaae0..eba45be 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -270,6 +270,8 @@ export default { } } }, + onLoad() { + }, onShow() { getBaseInfo().then((res) => { if (res) { diff --git a/pages/user-info/index.vue b/pages/user-info/index.vue index 33c32b3..69fcc1b 100644 --- a/pages/user-info/index.vue +++ b/pages/user-info/index.vue @@ -51,6 +51,7 @@ import { employeeName, } from '@/apis/setting.js' title: '修改成功', icon: 'success' }) + syncStore() setTimeout(() => { back() }, 1000) @@ -75,7 +76,6 @@ import { employeeName, } from '@/apis/setting.js' font-weight: 500; } .user-btn{ - width: 108rpx; height: 54rpx; background: #007AFF; border-radius: 27rpx;