|
@@ -117,10 +117,10 @@ |
|
|
<view class='edit'> |
|
|
<view class='edit'> |
|
|
<button class='share user-motto' wx:if="{{data.status==10&&isMyself==true&&data.couponStatus==0}}" id="shareBtn" open-type="share">邀请好友拼团</button> |
|
|
<button class='share user-motto' wx:if="{{data.status==10&&isMyself==true&&data.couponStatus==0}}" id="shareBtn" open-type="share">邀请好友拼团</button> |
|
|
<button class='share user-motto' wx:if="{{data.status==12||data.status==13&&data.couponStatus==0}}" bindtap='gotoAgain'>重新拼团</button> |
|
|
<button class='share user-motto' wx:if="{{data.status==12||data.status==13&&data.couponStatus==0}}" bindtap='gotoAgain'>重新拼团</button> |
|
|
<button class='share user-motto' wx:if="{{data.status==11&&isMyself==true&&data.couponStatus==0}}" bindtap='gotoUse'>去使用</button> |
|
|
|
|
|
|
|
|
<button class='share user-motto' wx:if="{{data.status==11&&isMyself==true}}" bindtap='gotoUse'>去使用</button> |
|
|
</view> |
|
|
</view> |
|
|
<view class='alert-bg' wx:if='{{showAlert}}' bindtap='gotoClose'></view> |
|
|
|
|
|
<view class='alert-box' wx:if='{{showAlert}}'> |
|
|
|
|
|
|
|
|
<view class='alert-bg' wx:if='{{showAlert&&data.status!=11}}' bindtap='gotoClose'></view> |
|
|
|
|
|
<view class='alert-box' wx:if='{{showAlert&&data.status!=11}}'> |
|
|
<view class='alert-close' bindtap='gotoClose'> |
|
|
<view class='alert-close' bindtap='gotoClose'> |
|
|
<image src='{{close03}}'></image> |
|
|
<image src='{{close03}}'></image> |
|
|
</view> |
|
|
</view> |
|
|