diff --git a/App.vue b/App.vue
index 3755e27..326d821 100644
--- a/App.vue
+++ b/App.vue
@@ -91,6 +91,10 @@ page {
display: inline-block;
}
+.block {
+ display: block;
+}
+
.flex {
display: flex;
}
@@ -398,6 +402,13 @@ page {
overflow: hidden;
}
+.line-clamp-3 {
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 3;
+ overflow: hidden;
+}
+
.h-full {
height: 100%;
}
diff --git a/pages/home/consult.vue b/pages/home/consult.vue
index cd494c7..d3d6d05 100644
--- a/pages/home/consult.vue
+++ b/pages/home/consult.vue
@@ -1,9 +1,10 @@
- 咨询互动
+ 团队服务
-
+
@@ -19,7 +20,7 @@
+
\ No newline at end of file
diff --git a/pages/team/team-detail.vue b/pages/team/team-detail.vue
index f29fd1c..01cdfbe 100644
--- a/pages/team/team-detail.vue
+++ b/pages/team/team-detail.vue
@@ -1,76 +1,57 @@
-
-
-
-
-
-
-
- {{ team.name }}
-
- {{ corpName }}
+
+
+
+
+
+
+
+
+ {{ team.name }}
+ {{ corpName }}
+
-
-
-
- 团队介绍
-
-
-
- {{ team.teamTroduce }}
-
-
-
- 团队负责人
-
-
-
-
-
- {{ i.anotherName }}
-
+
+ {{ team.teamTroduce }}
+
+
+
+
+
+
+
+ {{ i.anotherName }}
+
{{ memberJob[i.userid] }}
-
- 添加好友
+
+ 可加好友
-
- {{ i.memberTroduce || '暂无简介' }}
+
+ 个人介绍: {{ i.memberTroduce || '暂无介绍' }}
-
-
-
-
- 团队成员
-
-
-
-
-
- {{ i.anotherName }}
-
+
+
+
+
+ {{ i.anotherName }}
+
{{ memberJob[i.userid] }}
-
- 添加好友
+
+ 可加好友
-
- {{ i.memberTroduce || '暂无简介' }}
+
+ 个人介绍: {{ i.memberTroduce || '暂无介绍' }}
-
-
+