diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index d62013a3..4f7aabc4 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -90,7 +90,7 @@
教师经历
- 英语教研组在学校领导的关怀指导下,开学初制定了务实的工作计划。我们认真按照开学初制定的计划开展教研活动,较好地完成了本学期工作任务。 + {{ teachtext.workExperience }}
擅长课程
@@ -185,7 +185,7 @@ }, methods:{ Teacherinfo(){ - apiTeach.detail(this.userInfo.aid).then(res =>{ + apiTeach.detailTeacher(this.userInfo.aid).then(res =>{ this.teachtext = res.result; }) },