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
}