mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
同步一下
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user