Commit 4eea69e3 authored by lijiongliang's avatar lijiongliang

Merge branch 'dev_cd' of http://g.uzosp.com/cxz/jd-vx-app into dev_cd

parents 86984d7a e65049ab
...@@ -227,7 +227,7 @@ export default { ...@@ -227,7 +227,7 @@ export default {
if (res.data.code == 200) { if (res.data.code == 200) {
this.userInfo = res.data.data this.userInfo = res.data.data
if(this.userInfo.avatar){ if(this.userInfo.avatar){
this.avatar = this.http.baseUrl + this.userInfo.avatar this.avatar = this.userInfo.avatar
} }
} }
......
...@@ -329,7 +329,7 @@ export default { ...@@ -329,7 +329,7 @@ export default {
if (res.data.code == 200) { if (res.data.code == 200) {
this.userInfo = res.data.data this.userInfo = res.data.data
if(this.userInfo.avatar){ if(this.userInfo.avatar){
this.image = this.http.baseUrl + this.userInfo.avatar this.image = this.userInfo.avatar
} }
this.formData.forEach(element => { this.formData.forEach(element => {
if (element.label === '手机号') { 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