| | |
| | | } |
| | | 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){ |
| | |
| | | key: 'userInfo', |
| | | data: JSON.stringify({ |
| | | token: token, |
| | | roleInfo: roleInfo |
| | | roleInfo: roleInfo, |
| | | userFunction: userFunction |
| | | }), |
| | | success: () => { |
| | | uni.navigateBack() |
| | |
| | | |
| | | <style> |
| | | .header-img{ |
| | | width: 60px; |
| | | height: 60px; |
| | | padding-top: 10px; |
| | | width: 70px; |
| | | height: 70px; |
| | | margin-top: 10px; |
| | | border-radius: 50%; |
| | | } |
| | | .content{ |