...
|
...
|
@@ -194,13 +194,14 @@ |
|
|
</view>
|
|
|
<form bindsubmit="confirmJoin" bindreset="formReset" report-submit="true">
|
|
|
<!-- // (0全部,2待拼成,3人数不足未拼成,4已拼成,5已取消,6已完成,7已评价,8已拼成(活动未结束),9删除-->
|
|
|
<!--is_send = 1 不可参与-->
|
|
|
<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 === 4}}">待完成</text>
|
|
|
<text wx:if="{{detail.status === 5}}">已取消</text>
|
|
|
<text wx:if="{{detail.status === 6 || detail.status === 7}}">已完成</text>
|
|
|
<!--<text wx:if="{{detail.status === 8}}">已拼成</text>-->
|
...
|
...
|
|