diff --git a/pages/home/admissions/index.vue b/pages/home/admissions/index.vue index e129c48..b5f8510 100644 --- a/pages/home/admissions/index.vue +++ b/pages/home/admissions/index.vue @@ -18,31 +18,39 @@ - - - - - - {{ teacher.name }} - - - 在线 + + + + + + + {{ teacher.name }} + + + 在线 + + {{ + teacher.collegeName + }} + + + 立即提问 - {{ teacher.collegeName }} - - - 立即提问 + + + + @@ -74,20 +82,20 @@ export default { { id: 1, name: "迎新在线" }, ], teacherList: [ - { - id: 1, - name: "孙老师", - department: "招就处", - avatar: "/static/common/images/avatar.png", - online: true, - }, - { - id: 2, - name: "杨老师", - department: "电子信息学院", - avatar: "/static/common/images/student.png", - online: false, - }, + // { + // id: 1, + // name: "孙老师", + // department: "招就处", + // avatar: "/static/common/images/avatar.png", + // online: true, + // }, + // { + // id: 2, + // name: "杨老师", + // department: "电子信息学院", + // avatar: "/static/common/images/student.png", + // online: false, + // }, ], }; },