diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue
index 3cf2796..1107eaf 100644
--- a/src/components/HeadNav/HeadNav.vue
+++ b/src/components/HeadNav/HeadNav.vue
@@ -57,7 +57,7 @@ export default {
data() {
return {
str: '这是头部导航',
- activeItem: 0,
+ activeItem: '',
list: [
{
name: '关于我们',
diff --git a/src/components/Index/IndexNewList.vue b/src/components/Index/IndexNewList.vue
index ef44914..a125050 100644
--- a/src/components/Index/IndexNewList.vue
+++ b/src/components/Index/IndexNewList.vue
@@ -151,11 +151,11 @@ export default {
overflow: hidden;
display: -webkit-box;
margin-top: 8px;
- line-height: 28px;
+ line-height: 25px;
font-size: 12px;
color: rgba(0, 0, 0, 0.45);
font-family: Microsoft YaHei;
- -webkit-line-clamp: 1;
+ -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
diff --git a/src/components/Introduce/ContactMap.vue b/src/components/Introduce/ContactMap.vue
index b0fb6fd..38578e6 100644
--- a/src/components/Introduce/ContactMap.vue
+++ b/src/components/Introduce/ContactMap.vue
@@ -26,7 +26,7 @@ export default {
// marker.setTitle('绿谷生物');
map.addOverlay(marker); // 将标注添加到地图中
var content = '
';
- content = content + ' 绿谷生物 |
';
+ content = content + ' 山西绿谷生物科技有限公司 |
';
content = content + ' |
';
content = content + ' 山西省太原市晋阳街202号英语周报大厦八层 |
';
content += '
';
diff --git a/src/views/FirstPage/FirstPage.vue b/src/views/FirstPage/FirstPage.vue
index dbf62ca..86dbb09 100644
--- a/src/views/FirstPage/FirstPage.vue
+++ b/src/views/FirstPage/FirstPage.vue
@@ -202,7 +202,7 @@ export default {
param: {
activityType: [],
pageNum: 1,
- pageSize: 8,
+ pageSize: 6,
title: '',
},
};
diff --git a/src/views/IncubationPlatform/Children/Services.vue b/src/views/IncubationPlatform/Children/Services.vue
index 5dfbee6..2c7d3c8 100644
--- a/src/views/IncubationPlatform/Children/Services.vue
+++ b/src/views/IncubationPlatform/Children/Services.vue
@@ -15,7 +15,7 @@
@@ -25,9 +25,9 @@
@click="showModal(item.id)"
style="height: 220px; width: 100%; border: 1px solid #ccc"
/>
-
{{ item.name }}
-
{{ item.intro }}
-
{{ showList[index] }}
+
{{ item.name }}
+
{{ item.intro }}
+
@@ -439,7 +439,7 @@ export default {
// -webkit-line-clamp: 3;
// -webkit-box-orient: vertical;
text-align: left;
- height: 90px;
- overflow: hidden;
+ // height: 90px;
+ // overflow: hidden;
}
diff --git a/src/views/Industry/Children/Serve.vue b/src/views/Industry/Children/Serve.vue
index 1f7a055..48de9d7 100644
--- a/src/views/Industry/Children/Serve.vue
+++ b/src/views/Industry/Children/Serve.vue
@@ -39,7 +39,7 @@
:visible="visible"
@cancel="handleCancel"
@ok="handleOk"
- title="产品购买"
+ title="技术需求"
width="50%"
>