diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue index 4d700623..9df083d4 100644 --- a/src/views/user/Setting.vue +++ b/src/views/user/Setting.vue @@ -448,7 +448,7 @@ apiTeach.detailTeacher(this.userInfo.aid).then(res =>{ this.teachform.courses = res.result.courses; this.teachform.workExperience = res.result.workExperience; - this.teachform.photo = res.result.photo; + this.tearchUrl = this.fileBaseUrl + res.result.photo; this.teachform.expertise = res.result.expertise.split( ',' ); this.sysTypeListtear.forEach(nm =>{ nm.children.forEach(lk =>{ @@ -462,10 +462,7 @@ console.log(this.workname) } }) - - }) - }) }, Teacherprofile(){