正在显示
7 个修改的文件
包含
31 行增加
和
11 行删除
@@ -80,6 +80,7 @@ Page({ | @@ -80,6 +80,7 @@ Page({ | ||
80 | }, | 80 | }, |
81 | //发送评论/回复 | 81 | //发送评论/回复 |
82 | clickComment(e) { | 82 | clickComment(e) { |
83 | + console.log('评论', e); | ||
83 | this.setData({ display: false }); | 84 | this.setData({ display: false }); |
84 | if(this.data.content === '' ) { | 85 | if(this.data.content === '' ) { |
85 | wx.showToast({title:'请输入内容',icon:'none'}) | 86 | wx.showToast({title:'请输入内容',icon:'none'}) |
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | </text> | 74 | </text> |
75 | <text class='' wx:else="">{{detail.time[0].hou}}:{{detail.time[0].min}}:{{detail.time[0].sec}} | 75 | <text class='' wx:else="">{{detail.time[0].hou}}:{{detail.time[0].min}}:{{detail.time[0].sec}} |
76 | </text> | 76 | </text> |
77 | - 后停止拼餐 | 77 | + 后结束 |
78 | </view> | 78 | </view> |
79 | <!--<view>--> | 79 | <!--<view>--> |
80 | <!--<text class=''>{{detail.time[0].hou}}</text>--> | 80 | <!--<text class=''>{{detail.time[0].hou}}</text>--> |
@@ -67,13 +67,17 @@ | @@ -67,13 +67,17 @@ | ||
67 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/activity_img@2x.png"></image>--> | 67 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/activity_img@2x.png"></image>--> |
68 | <image src="{{item.pic}}" mode="aspectFill"></image> | 68 | <image src="{{item.pic}}" mode="aspectFill"></image> |
69 | <view class="title"> | 69 | <view class="title"> |
70 | - <text class="area">{{item.address}} {{item.time}}</text> | ||
71 | - <text class="num">还差{{item.people}}人</text> | 70 | + <text class="area">{{item.title}} {{item.time}}</text> |
71 | + <!--<text class="num">还差{{item.people}}人</text>--> | ||
72 | + <!--已加入人数小于最低人数,显示还差多少人--> | ||
73 | + <view class="num" wx:if="{{item.join_number<item.number}}">还差{{item.people}}人</view> | ||
74 | + <!--最低人数<=已加入人数<最高人数,显示还可加入多少人--> | ||
75 | + <view class="num" wx:else>还可加入{{item.max_number - item.join_number}}人</view> | ||
72 | </view> | 76 | </view> |
73 | <view class="user"> | 77 | <view class="user"> |
74 | <!--<image src="../../../images/avatar@2x.png" class="avatar"></image>--> | 78 | <!--<image src="../../../images/avatar@2x.png" class="avatar"></image>--> |
75 | <image src="{{item.userPic}}" mode="aspectFill"></image> | 79 | <image src="{{item.userPic}}" mode="aspectFill"></image> |
76 | - <text>{{item.userName}} {{item.title}}</text> | 80 | + <text>{{item.userName}}</text> |
77 | </view> | 81 | </view> |
78 | </view> | 82 | </view> |
79 | </view> | 83 | </view> |
@@ -92,13 +92,27 @@ | @@ -92,13 +92,27 @@ | ||
92 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/activity_img@2x.png"></image>--> | 92 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/activity_img@2x.png"></image>--> |
93 | <image src="{{item.pic}}" mode="aspectFill"></image> | 93 | <image src="{{item.pic}}" mode="aspectFill"></image> |
94 | <view class="title"> | 94 | <view class="title"> |
95 | - <text class="area">{{item.addr}} {{item.time}}</text> | ||
96 | - <text class="num">还差{{item.people}}人</text> | 95 | + <text class="area">{{item.title}} {{item.time}}</text> |
96 | + <!--<text class="num">还差{{item.people}}人</text>--> | ||
97 | + <!--type=1是拼活动,2是拼餐--> | ||
98 | + <block wx:if="{{item.type === 1}}"> | ||
99 | + <!--已加入人数小于最低人数,显示还差多少人--> | ||
100 | + <view class="num" wx:if="{{item.join_number<item.min}}">还差{{item.people}}人</view> | ||
101 | + <!--最低人数<=已加入人数<最高人数,显示还可加入多少人--> | ||
102 | + <view class="num" wx:else>还可加入{{item.max - item.join_number}}人</view> | ||
103 | + </block> | ||
104 | + <block wx:if="{{item.type === 2}}"> | ||
105 | + <!--已加入人数小于最低人数,显示还差多少人--> | ||
106 | + <view class="num" wx:if="{{item.join_number<item.number}}">还差{{item.people}}人</view> | ||
107 | + <!--最低人数<=已加入人数<最高人数,显示还可加入多少人--> | ||
108 | + <view class="num" wx:else>还可加入{{item.max_number - item.join_number}}人</view> | ||
109 | + </block> | ||
110 | + | ||
97 | </view> | 111 | </view> |
98 | <view class="user"> | 112 | <view class="user"> |
99 | <!--<image src="../../../images/avatar@2x.png" class="avatar"></image>--> | 113 | <!--<image src="../../../images/avatar@2x.png" class="avatar"></image>--> |
100 | <image src="{{item.userPic}}" mode="aspectFill"></image> | 114 | <image src="{{item.userPic}}" mode="aspectFill"></image> |
101 | - <text>{{item.userName}} {{item.title}}</text> | 115 | + <text>{{item.userName}}</text> |
102 | </view> | 116 | </view> |
103 | </view> | 117 | </view> |
104 | </view> | 118 | </view> |
@@ -74,6 +74,7 @@ Page({ | @@ -74,6 +74,7 @@ Page({ | ||
74 | }, | 74 | }, |
75 | //发送评论/回复 | 75 | //发送评论/回复 |
76 | clickComment(e) { | 76 | clickComment(e) { |
77 | + console.log('评论', e); | ||
77 | this.setData({ display: false }); | 78 | this.setData({ display: false }); |
78 | if(this.data.content === '' ) { | 79 | if(this.data.content === '' ) { |
79 | wx.showToast({title:'请输入内容',icon:'none'}) | 80 | wx.showToast({title:'请输入内容',icon:'none'}) |
@@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
69 | {{detail.time[0].day}}天{{detail.time[0].hou}}:{{detail.time[0].min}}:{{detail.time[0].sec}} | 69 | {{detail.time[0].day}}天{{detail.time[0].hou}}:{{detail.time[0].min}}:{{detail.time[0].sec}} |
70 | </text> | 70 | </text> |
71 | <text class='' wx:else="">{{detail.time[0].hou}}:{{detail.time[0].min}}:{{detail.time[0].sec}}</text> | 71 | <text class='' wx:else="">{{detail.time[0].hou}}:{{detail.time[0].min}}:{{detail.time[0].sec}}</text> |
72 | - 后停止拼餐 | 72 | + 后结束 |
73 | </view> | 73 | </view> |
74 | <!--<view>--> | 74 | <!--<view>--> |
75 | <!--<text class=''>{{detail.time[0].hou}}</text>--> | 75 | <!--<text class=''>{{detail.time[0].hou}}</text>--> |
@@ -201,7 +201,7 @@ | @@ -201,7 +201,7 @@ | ||
201 | <!--(0全部,2待拼成,3人数不足未拼成,4已拼成,5已取消,6已完成,7已评价,8已拼成(活动未结束),9删除--> | 201 | <!--(0全部,2待拼成,3人数不足未拼成,4已拼成,5已取消,6已完成,7已评价,8已拼成(活动未结束),9删除--> |
202 | <button class="confirm-join-btn {{is_send === 1 && detail.status !== 8?'gray':''}}" form-type="submit"> | 202 | <button class="confirm-join-btn {{is_send === 1 && detail.status !== 8?'gray':''}}" form-type="submit"> |
203 | <text wx:if="{{is_send === 1 && detail.status === 2}}">待拼成</text> | 203 | <text wx:if="{{is_send === 1 && detail.status === 2}}">待拼成</text> |
204 | - <text wx:if="{{is_send === 2 && detail.status === 2}}">确认拼活动</text> | 204 | + <text wx:if="{{is_send === 2 && detail.status === 2}}">确认拼餐</text> |
205 | <text wx:if="{{detail.status === 3}}">未拼成</text> | 205 | <text wx:if="{{detail.status === 3}}">未拼成</text> |
206 | <text wx:if="{{detail.status === 4}}">已拼成</text> | 206 | <text wx:if="{{detail.status === 4}}">已拼成</text> |
207 | <text wx:if="{{detail.status === 5}}">已取消</text> | 207 | <text wx:if="{{detail.status === 5}}">已取消</text> |
@@ -99,7 +99,7 @@ | @@ -99,7 +99,7 @@ | ||
99 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/activity_img@2x.png"></image>--> | 99 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/activity_img@2x.png"></image>--> |
100 | <image src="{{item.pic}}" mode="aspectFill"></image> | 100 | <image src="{{item.pic}}" mode="aspectFill"></image> |
101 | <view class="title"> | 101 | <view class="title"> |
102 | - <text class="area">{{item.address}} {{item.time}}</text> | 102 | + <text class="area">{{item.title}} {{item.time}}</text> |
103 | <!--已加入人数小于最低人数--> | 103 | <!--已加入人数小于最低人数--> |
104 | <view class="num" wx:if="{{item.join_number<item.number}}">还差{{item.people}}人</view> | 104 | <view class="num" wx:if="{{item.join_number<item.number}}">还差{{item.people}}人</view> |
105 | <view class="num" wx:else>还可加入{{item.max_number - item.join_number}}人</view> | 105 | <view class="num" wx:else>还可加入{{item.max_number - item.join_number}}人</view> |
@@ -119,7 +119,7 @@ | @@ -119,7 +119,7 @@ | ||
119 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/b1@2x%20%281%29.png"></image>--> | 119 | <!--<image src="http://pk86rwhci.bkt.clouddn.com/b1@2x%20%281%29.png"></image>--> |
120 | <image src="{{item.pic}}" mode="aspectFill"></image> | 120 | <image src="{{item.pic}}" mode="aspectFill"></image> |
121 | <view class="title"> | 121 | <view class="title"> |
122 | - <text class="area">{{item.address}} {{item.time}}</text> | 122 | + <text class="area">{{item.title}} {{item.time}}</text> |
123 | <!--已加入人数小于最低人数--> | 123 | <!--已加入人数小于最低人数--> |
124 | <text class="num" wx:if="{{item.join_number<item.min}}">还差{{item.people}}人</text> | 124 | <text class="num" wx:if="{{item.join_number<item.min}}">还差{{item.people}}人</text> |
125 | <text class="num" wx:else>还可加入{{item.max - item.join_number}}人</text> | 125 | <text class="num" wx:else>还可加入{{item.max - item.join_number}}人</text> |
-
请 注册 或 登录 后发表评论