From 1d1e327a1cbf8bd822078a9f71894f25ddcee437 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 11 Jan 2021 10:32:49 +0800
Subject: [PATCH] gx

---
 hive-app/pages/mine/myInfo.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/hive-app/pages/mine/myInfo.vue b/hive-app/pages/mine/myInfo.vue
index fc70b7c..72f1ae8 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()

--
Gitblit v1.9.1