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:
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user