This commit is contained in:
lmj
2022-12-07 18:10:39 +08:00
parent 0c42b2fc12
commit ff0684fe1d

View File

@@ -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;
})
},