diff --git a/src/views/Activity/ActDetails.vue b/src/views/Activity/ActDetails.vue
index cd0e304..5c5d97d 100644
--- a/src/views/Activity/ActDetails.vue
+++ b/src/views/Activity/ActDetails.vue
@@ -5,16 +5,36 @@
{{ actDetail.title }}
-
-
- {{ actDetail.time }}
-
-
-
- {{ actDetail.site }}
-
+
+
+
+ {{ actDetail.releaseTime }} - {{ actDetail.closeTime }}
+
+
+
+ {{ actDetail.address }}
+
+
+
+
+
+
+ 会议主题:
+
+ {{ actDetail.theme }}
+
+
+
+ {{ actDetail.organization }}
+
+
+
+ 主讲嘉宾:
+ {{ actDetail.name }}
+
+ 其他事宜:{{ actDetail.other }}
报名已结束
@@ -89,9 +109,10 @@ export default {
}
.policy-info {
- height: 76px;
- line-height: 76px;
+ height: 150px;
+ line-height: 50px;
text-align: center;
+ margin-bottom: 50px;
}
.policy-content {
@@ -132,4 +153,8 @@ export default {
right: 20px;
bottom: 20px;
}
+
+.policy-other {
+ margin: 50px 25px;
+}
diff --git a/src/views/NewPlatform/Children/ShareChild/Institute.vue b/src/views/NewPlatform/Children/ShareChild/Institute.vue
index 4a82f69..de04691 100644
--- a/src/views/NewPlatform/Children/ShareChild/Institute.vue
+++ b/src/views/NewPlatform/Children/ShareChild/Institute.vue
@@ -152,7 +152,7 @@ export default {
const res = await teamSearch(params);
const { code, msg, data } = res.data;
if (code === 200) {
- if (data && data.length > 0) {
+ if (data && data[0].teamMemberList.length > 0) {
this.obj = data[0];
}
}