From b83ba3cc4687f21d744e9866e10e30e91229e8a4 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 28 Jan 2021 16:23:30 +0800 Subject: [PATCH] gx --- hive-app/pages/mine/myInfo.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hive-app/pages/mine/myInfo.vue b/hive-app/pages/mine/myInfo.vue index fc70b7c..e63162a 100644 --- a/hive-app/pages/mine/myInfo.vue +++ b/hive-app/pages/mine/myInfo.vue @@ -102,6 +102,7 @@ } let roleInfo = this.$httpUtils.getRoleInfo(); let token = this.$httpUtils.getToken(); + let userFunction = this.$httpUtils.getUserFunction(); this.isDisabled = true; this.$httpUtils.request('/api/user/modifyUserInfo', this.formData, 'POST').then((res) => { if(res.status == 200){ @@ -112,7 +113,8 @@ key: 'userInfo', data: JSON.stringify({ token: token, - roleInfo: roleInfo + roleInfo: roleInfo, + userFunction: userFunction }), success: () => { uni.navigateBack() @@ -157,9 +159,9 @@ <style> .header-img{ - width: 60px; - height: 60px; - padding-top: 10px; + width: 70px; + height: 70px; + margin-top: 10px; border-radius: 50%; } .content{ -- Gitblit v1.9.1