diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue index 03120d9..1e5c163 100644 --- a/src/components/PlatformList/PlatformList.vue +++ b/src/components/PlatformList/PlatformList.vue @@ -189,7 +189,7 @@ export default { name: 'Institute', params: { id: item.id, - direction: item.direction, + description: item.description, name: item.name, }, }); diff --git a/src/views/Activity/ActDetails.vue b/src/views/Activity/ActDetails.vue index b98d9ca..63d1ec8 100644 --- a/src/views/Activity/ActDetails.vue +++ b/src/views/Activity/ActDetails.vue @@ -6,24 +6,16 @@
{{ item.title }}
+{{ item.title }}
实体空间由 - 孵化场所、 - 公共实验室、 - 中试基地部分组成。 + 孵化场所、 + 公共实验室、 + 中试基地部分组成。
-{{ item.content }}
+{{ item.content }}
{{ item.title }}
diff --git a/src/views/IncubationPlatform/Children/Services.vue b/src/views/IncubationPlatform/Children/Services.vue index 20f7558..c21e64c 100644 --- a/src/views/IncubationPlatform/Children/Services.vue +++ b/src/views/IncubationPlatform/Children/Services.vue @@ -26,13 +26,8 @@ :title="item.intro" />{{ item.name }}
-{{ item.intro }}
-查看全部
- +{{ item.intro }}
+{{ showList[index] }}
{{ item.name }}
+{{ item.name }}
{{ item.intro }}
-了解更多→
+ >了解更多→ -->