mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
修改
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
</div>
|
||||
<div class="teachphoto">
|
||||
<h6>教师经历</h6>
|
||||
英语教研组在学校领导的关怀指导下,开学初制定了务实的工作计划。我们认真按照开学初制定的计划开展教研活动,较好地完成了本学期工作任务。
|
||||
{{ teachtext.workExperience }}
|
||||
</div>
|
||||
<div class="teachphoto" style="height:70px">
|
||||
<h6>擅长课程</h6>
|
||||
@@ -185,7 +185,7 @@
|
||||
},
|
||||
methods:{
|
||||
Teacherinfo(){
|
||||
apiTeach.detail(this.userInfo.aid).then(res =>{
|
||||
apiTeach.detailTeacher(this.userInfo.aid).then(res =>{
|
||||
this.teachtext = res.result;
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user