From ef936a7eca49db3f42bc671864cdef3b0ecad86c Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Mon, 16 May 2022 17:38:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/activity/info.vue | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pages/activity/info.vue b/pages/activity/info.vue
index 7453504..85ac7ce 100644
--- a/pages/activity/info.vue
+++ b/pages/activity/info.vue
@@ -47,6 +47,10 @@
+
+ {{list.status==0?"已结束":"活动进行中"}} (已报名{{list.orders_total}}人)
+
+
@@ -195,5 +199,8 @@
swiper image{
width:100%;
height:333rpx;
+ }
+ .colortext{
+ color:#D98012
}