|
|
@@ -8,8 +8,11 @@ |
|
|
|
<view class='logo'> |
|
|
|
<image src='{{item.coverImg}}'></image> |
|
|
|
</view> |
|
|
|
<view class='info'> |
|
|
|
<view class='bottom'> |
|
|
|
<view>{{item.title}}</view> |
|
|
|
<view>{{item.activityStartTime}}--{{item.activityEndTime}}</view> |
|
|
|
</view> |
|
|
|
<view class='info'> |
|
|
|
<image class="frImg" wx:if="{{item.status == 0&&key==0}}" src="{{orangeImg}}" mode="aspectFill" lazy-load="true"><text>报名中</text></image> |
|
|
|
<image class="frImg" wx:if="{{item.status == 1&&key==0}}" src="{{blueImg}}" mode="aspectFill" lazy-load="true"><text>报名成功</text></image> |
|
|
|
<image class="frImg" wx:if="{{item.status == 2&&key==0}}" src="{{grayImg}}" mode="aspectFill" lazy-load="true"><text>报名失败</text></image> |
|
|
@@ -18,11 +21,10 @@ |
|
|
|
<!-- <text wx:if="{{item.status == 0&&key==0}}" style='font-size:30rpx;font-weight:bold;'>报名中</text> |
|
|
|
<text wx:if="{{item.status == 1&&key==0}}" style='font-size:30rpx;font-weight:bold;'>报名成功</text> |
|
|
|
<text wx:if="{{item.status == 2&&key==0}}" style='font-size:30rpx;font-weight:bold;'>报名失败</text> --> |
|
|
|
<text>{{item.activityStartTime}}--{{item.activityEndTime}}</text> |
|
|
|
<!-- <text>活动结束日期:{{item.activityEndTime}}</text> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class='bottom'></view> --> |
|
|
|
</view> |
|
|
|
<view class="dingdan" wx:if="{{list.length==0}}"> |
|
|
|
<image src="{{noCoupon}}" mode="widthFix"></image> |
|
|
|