...
|
...
|
@@ -197,17 +197,18 @@ |
|
|
</view>
|
|
|
<form bindsubmit="confirmJoin" bindreset="formReset" report-submit="true">
|
|
|
<!--(0全部,2待拼成,3人数不足未拼成,4已拼成,5已取消,6已完成,7已评价,8已拼成(活动未结束),9删除-->
|
|
|
<button class="confirm-join-btn {{is_send === 1 && detail.status !== 8?'gray':''}}" form-type="submit">
|
|
|
<button class="confirm-join-btn {{(is_send === 2 && detail.status === 8) || (is_send === 2 && detail.status === 2)?'black':''}}" form-type="submit">
|
|
|
<text wx:if="{{is_send === 1 && detail.status === 2}}">待拼成</text>
|
|
|
<text wx:if="{{is_send === 1 && detail.status === 8}}">待完成</text>
|
|
|
<text wx:if="{{is_send === 2 && detail.status === 8 }}">确认拼餐</text>
|
|
|
<text wx:if="{{is_send === 2 && detail.status === 2 }}">确认拼餐</text>
|
|
|
<text wx:if="{{detail.status === 3}}">未拼成</text>
|
|
|
<text wx:if="{{detail.status === 4}}">已拼成</text>
|
|
|
<text wx:if="{{detail.status === 5}}">已取消</text>
|
|
|
<text wx:if="{{detail.status === 5 || detail.status === 10}}">已取消</text>
|
|
|
<text wx:if="{{detail.status === 6 || detail.status === 7}}">已完成</text>
|
|
|
<!--<text wx:if="{{detail.status === 8}}">已拼成</text>-->
|
|
|
<text wx:if="{{detail.status === 9}}">已删除</text>
|
|
|
<text wx:if="{{detail.status === 11}}">已过期</text>
|
|
|
</button>
|
|
|
</form>
|
|
|
<!--<view class="confirm-join-btn" bindtap="confirmJoin">-->
|
...
|
...
|
|