|
|
@@ -11,6 +11,9 @@ |
|
|
|
<view class='info'> |
|
|
|
<view>{{item.title}}</view> |
|
|
|
<view> |
|
|
|
<text wx:if="{{item.status == 0}}" style='font-size:30rpx;font-weight:bold;'>报名中</text> |
|
|
|
<text wx:if="{{item.status == 1}}" style='font-size:30rpx;font-weight:bold;'>报名成功</text> |
|
|
|
<text wx:if="{{item.status == 2}}" style='font-size:30rpx;font-weight:bold;'>报名失败</text> |
|
|
|
<text>活动开始日期:{{item.activityStartTime}}</text> |
|
|
|
<text>活动结束日期:{{item.activityEndTime}}</text> |
|
|
|
</view> |
|
|
|