From 30e359594fd68c44a957fb9843398eacba72dea6 Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Thu, 21 Jan 2021 10:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activity/ActDetails.vue | 45 ++++++++++++++----- .../Children/ShareChild/Institute.vue | 2 +- 2 files changed, 36 insertions(+), 11 deletions(-) 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]; } }