...
|
...
|
@@ -210,7 +210,7 @@ |
|
|
<action-bar wx:elif="{{queueStatus === 3}}">
|
|
|
<view class="bottom1-action">
|
|
|
<view class="action-list">
|
|
|
<view class="as-bottom cancel width250" bindtap="goQueueList">排队中,查看详情</view>
|
|
|
<view class="as-bottom confirm width250" bindtap="goQueueList">排队中,查看详情</view>
|
|
|
<view class="as-bottom ok width250" bindtap="assistShare">邀请好友助力排队</view>
|
|
|
</view>
|
|
|
|
...
|
...
|
@@ -295,7 +295,7 @@ |
|
|
</block>
|
|
|
|
|
|
<block wx:if="{{modal}}">
|
|
|
<yoho-alert wx:if="{{assistSuccess === 1}}" bindcancel="hideAlert">
|
|
|
<yoho-alert wx:if="{{assistSuccess === 1}}" >
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力成功</view>
|
...
|
...
|
@@ -308,7 +308,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{assistSuccess === 2}}" bindcancel="hideAlert">
|
|
|
<yoho-alert wx:if="{{assistSuccess === 2}}" >
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">重复助力</view>
|
...
|
...
|
@@ -320,7 +320,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{queueSuccess === 1}}" bindcancel="hideAlert">
|
|
|
<yoho-alert wx:if="{{queueSuccess === 1}}" >
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力成功</view>
|
...
|
...
|
@@ -342,7 +342,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{queueSuccess === 2}}" bindcancel="hideAlert">
|
|
|
<yoho-alert wx:if="{{queueSuccess === 2}}" >
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">重复助力</view>
|
...
|
...
|
@@ -364,7 +364,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{queueSuccess === 3}}" bindcancel="hideAlert">
|
|
|
<yoho-alert wx:if="{{queueSuccess === 3}}" >
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力失败</view>
|
...
|
...
|
@@ -386,7 +386,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{error}}" bindcancel="hideAlert">
|
|
|
<yoho-alert wx:if="{{error}}" >
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力失败</view>
|
...
|
...
|
|