diff --git a/components/AnswerList/index.vue b/components/AnswerList/index.vue
new file mode 100644
index 0000000..67e8867
--- /dev/null
+++ b/components/AnswerList/index.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+ {{ item.studentName }}
+ {{ item.time }}
+
+
+
+
+ {{ item.question }}
+
+
+
+
+
+ {{ item.fullAnswer }}
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue
index 3525b2a..725f868 100644
--- a/pages/home/index/index.vue
+++ b/pages/home/index/index.vue
@@ -300,6 +300,7 @@ export default {
{
title: "招办在线",
icon: "/static/common/images/icon_admissions.png",
+ path: "/pages/home/admissions/index",
},
{
title: "留言板",
@@ -464,6 +465,11 @@ export default {
if (item.title === "电话咨询") {
this.advicePhoneShow = true;
return;
+ } else if (item.title === "招办在线") {
+ uni.navigateTo({
+ url: item.path,
+ });
+ return;
} else {
this.$refs.uToast.show({
title: "暂未开放",
diff --git a/pages/home/teacherInfo/index.vue b/pages/home/teacherInfo/index.vue
index 0312a4d..67ff09f 100644
--- a/pages/home/teacherInfo/index.vue
+++ b/pages/home/teacherInfo/index.vue
@@ -58,36 +58,19 @@
老师回答
-
-
-
- {{ item.studentName }}
- {{ item.time }}
-
-
-
- 问
- {{ item.question }}
-
-
-
- 答
-
- {{ item.fullAnswer }}
-
-
-
+
+