li-guang
2021-01-11 5227ce05a36d16fc32691b73e4d75c8aee9cea51
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()