Commit e65049ab authored by fwz's avatar fwz

头像上传

parent 89a3a08b
......@@ -329,7 +329,7 @@ export default {
if (res.data.code == 200) {
this.userInfo = res.data.data
if(this.userInfo.avatar){
this.image = this.http.baseUrl + this.userInfo.avatar
this.image = this.userInfo.avatar
}
this.formData.forEach(element => {
if (element.label === '手机号') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment