From 4e19ce560860b7fe910ae339fd6a6b665773a02c Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 4 Jul 2019 19:19:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B4=BB=E5=8A=A8=E6=8A=A5=E5=90=8D][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E6=8C=89=E9=92=AE=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/myactivity/index.wxml | 3 +++ pages/user/myactivity/index.wxss | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/user/myactivity/index.wxml b/pages/user/myactivity/index.wxml index b2dd4d9..701f651 100644 --- a/pages/user/myactivity/index.wxml +++ b/pages/user/myactivity/index.wxml @@ -11,6 +11,9 @@ {{item.title}} + 报名中 + 报名成功 + 报名失败 活动开始日期:{{item.activityStartTime}} 活动结束日期:{{item.activityEndTime}} diff --git a/pages/user/myactivity/index.wxss b/pages/user/myactivity/index.wxss index e472aa0..84c3f35 100644 --- a/pages/user/myactivity/index.wxss +++ b/pages/user/myactivity/index.wxss @@ -51,7 +51,6 @@ .info view:nth-child(1) { font-size: 32rpx; margin-top: 40rpx; - margin-bottom: 23rpx; justify-content: space-between; padding: 0 0 0 4%; }