同步一下

This commit is contained in:
daihh
2023-01-13 10:45:45 +08:00
parent a1bdb78747
commit 9f5528e6d3

View File

@@ -186,7 +186,12 @@
apiTeach.detailTeacher(this.pageId).then(res =>{
this.teachtext.workExperience = res.result.workExperience;
this.teachtext.courses = res.result.courses;
this.tearchUrl = this.fileBaseUrl + res.result.photo;
if(res.result.photo){
this.tearchUrl = this.fileBaseUrl + res.result.photo;
}else{
this.tearchUrl ='';
}
//通过用户的sysId原系统中的kid去取用户
apiBoeTeahcer.simpleInfo(res.result.sysId).then(sinfo=>{
if(sinfo.status=='200'){