...
|
...
|
@@ -134,11 +134,13 @@ |
|
|
<text>您的排队号为: </text>
|
|
|
<text class='queue-num'>{{userInfo.sort}}</text>
|
|
|
</text>
|
|
|
<text class='share-text'>分享给小伙伴,中奖几率更高哦~</text>
|
|
|
<view class='msg-button-container'>
|
|
|
<view class='button-close' bindtap='closeMsg'>关闭</view>
|
|
|
<!-- <button class='button-share' open-type="share" plain='true'>去分享</button> -->
|
|
|
</view>
|
|
|
<text class='share-text'>邀请小伙伴助力,中奖几率更高哦~</text>
|
|
|
<form bindsubmit='submitFormId' report-submit='true'>
|
|
|
<view class='msg-button-container'>
|
|
|
<button class='button-close' bindtap='closeMsg' plain='true' form-type='submit'>关闭</button>
|
|
|
<button class='button-share' open-type="share" plain='true' form-type='submit'>去分享</button>
|
|
|
</view>
|
|
|
</form>
|
|
|
</block>
|
|
|
</block>
|
|
|
<block wx:else><!--活动结束弹框-->
|
...
|
...
|
@@ -152,7 +154,7 @@ |
|
|
</block>
|
|
|
</view>
|
|
|
<form bindsubmit='submitFormId' report-submit='true'>
|
|
|
<button wx:if="{{activityInfo.isBegin === 1 && userInfo.isDrawline}}" class='invite-button' hidden='{{hideInviteButton}}' form-type='submit' bindtap='inviteFriends'>
|
|
|
<button wx:if="{{activityInfo.isBegin === 1 && userInfo.isDrawline && !activityInfo.isEnd}}" class='invite-button' hidden='{{hideInviteButton}}' form-type='submit' bindtap='inviteFriends'>
|
|
|
邀请好友助力排队
|
|
|
</button>
|
|
|
</form>
|
...
|
...
|
|