This commit is contained in:
lmj
2022-12-15 16:23:59 +08:00
parent 573a649d2f
commit 96b6f06596

View File

@@ -448,7 +448,7 @@
apiTeach.detailTeacher(this.userInfo.aid).then(res =>{ apiTeach.detailTeacher(this.userInfo.aid).then(res =>{
this.teachform.courses = res.result.courses; this.teachform.courses = res.result.courses;
this.teachform.workExperience = res.result.workExperience; 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.teachform.expertise = res.result.expertise.split( ',' );
this.sysTypeListtear.forEach(nm =>{ this.sysTypeListtear.forEach(nm =>{
nm.children.forEach(lk =>{ nm.children.forEach(lk =>{
@@ -462,10 +462,7 @@
console.log(this.workname) console.log(this.workname)
} }
}) })
}) })
}) })
}, },
Teacherprofile(){ Teacherprofile(){