From 4a145c61f6990fc3a750eb42efe84d71ac7492de Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Jan 2021 15:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=B5=E5=8C=96=E5=B9=B3=E5=8F=B0=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/IncubationPlatform/Children/Tutor.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/IncubationPlatform/Children/Tutor.vue b/src/views/IncubationPlatform/Children/Tutor.vue index 8099b53..a84d536 100644 --- a/src/views/IncubationPlatform/Children/Tutor.vue +++ b/src/views/IncubationPlatform/Children/Tutor.vue @@ -4,16 +4,18 @@
-
+

{{ teacher.categoryName }}

{{ item.name }}
+ v-for="(item, index) in teacher.services" + > + {{ item.name }} +
@@ -25,12 +27,11 @@ import Banner from 'components/Banner/Banner.vue'; import HNav from './../components/HNav.vue'; import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; -import RichText from 'components/Introduce/RichText.vue'; import { selTeacher } from 'config/api'; export default { name: 'Tutor', - components: { Banner, HNav, BreadCrumb, RichText }, + components: { Banner, HNav, BreadCrumb }, data() { return { title: '创业导师',