正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -9,7 +9,9 @@ | @@ -9,7 +9,9 @@ | ||
9 | <image src="{{item.pic}}"></image> | 9 | <image src="{{item.pic}}"></image> |
10 | <view class="title"> | 10 | <view class="title"> |
11 | <text class="area">{{item.title}} {{item.time}}</text> | 11 | <text class="area">{{item.title}} {{item.time}}</text> |
12 | - <text class="num">还差{{item.people}}人</text> | 12 | + <!--已加入人数小于最低人数--> |
13 | + <text class="num" wx:if="{{item.join_number<item.min}}">还差{{item.people}}人</text> | ||
14 | + <text class="num" wx:else>还可加入{{item.max - item.join_number}}人</text> | ||
13 | </view> | 15 | </view> |
14 | <view class="user"> | 16 | <view class="user"> |
15 | <!--<image src="../../../images/avatar@2x.png" class="avatar"></image>--> | 17 | <!--<image src="../../../images/avatar@2x.png" class="avatar"></image>--> |
-
请 注册 或 登录 后发表评论