...
|
...
|
@@ -83,7 +83,7 @@ |
|
|
</view>
|
|
|
</action-bar>
|
|
|
|
|
|
<action-bar wx:elif="{{assisStatus === 2}}">
|
|
|
<action-bar wx:elif="{{assisStatus === 4}}">
|
|
|
<view class="bottom1-action">
|
|
|
<view class="action-btn">已助力</view>
|
|
|
<view class="help">?</view>
|
...
|
...
|
@@ -285,10 +285,12 @@ |
|
|
</block>
|
|
|
|
|
|
<block wx:elif="{{queueStatus === 5}}">
|
|
|
<action-bar>
|
|
|
<view class="bottom1-action">
|
|
|
<view class="action-btn">已助力</view>
|
|
|
<view class="help">?</view>
|
|
|
</view>
|
|
|
</action-bar>
|
|
|
</block>
|
|
|
|
|
|
<action-bar wx:else>
|
...
|
...
|
@@ -302,7 +304,8 @@ |
|
|
</block>
|
|
|
</block>
|
|
|
|
|
|
<yoho-alert wx:if="{{assisSuccess === 1}}">
|
|
|
<block wx:if="{{modal}}">
|
|
|
<yoho-alert wx:if="{{assisSuccess === 1}}" bindcancel="hideAlert">
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力成功</view>
|
...
|
...
|
@@ -315,7 +318,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{assisSuccess === 2}}">
|
|
|
<yoho-alert wx:if="{{assisSuccess === 2}}" bindcancel="hideAlert">
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">重复助力</view>
|
...
|
...
|
@@ -327,7 +330,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{queueSuccess === 1}}">
|
|
|
<yoho-alert wx:if="{{queueSuccess === 1}}" bindcancel="hideAlert">
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力成功</view>
|
...
|
...
|
@@ -349,7 +352,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{queueSuccess === 2}}">
|
|
|
<yoho-alert wx:if="{{queueSuccess === 2}}" bindcancel="hideAlert">
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">重复助力</view>
|
...
|
...
|
@@ -371,7 +374,7 @@ |
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
|
|
|
<yoho-alert wx:if="{{error}}">
|
|
|
<yoho-alert wx:if="{{error}}" bindcancel="hideAlert">
|
|
|
<view class="modal-content">
|
|
|
<view class="modal-title">
|
|
|
<view class="sub-title">助力失败</view>
|
...
|
...
|
@@ -385,5 +388,6 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</yoho-alert>
|
|
|
</block>
|
|
|
|
|
|
<template is="zan-actionsheet" data="{{...actionSheet}}" /> |
|
|
\ No newline at end of file |
...
|
...
|
|