Showing
1 changed file
with
1 additions
and
1 deletions
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | <block wx:elif="{{status === 3}}"> | 16 | <block wx:elif="{{status === 3}}"> |
17 | <view class="action-item ok" bindtap="goShare">邀请好友参加,增加中奖率</view> | 17 | <view class="action-item ok" bindtap="goShare">邀请好友参加,增加中奖率</view> |
18 | </block> | 18 | </block> |
19 | - <block wx:elif="{{status === 6}}"> | 19 | + <block wx:elif="{{status === 5 || status === 6 || status === 7}}"> |
20 | <view class="action-item over">已结束</view> | 20 | <view class="action-item over">已结束</view> |
21 | </block> | 21 | </block> |
22 | </view> | 22 | </view> |
-
Please register or login to post a comment