...
|
...
|
@@ -16,12 +16,12 @@ |
|
|
</block>
|
|
|
|
|
|
<block wx:elif="{{status === 3}}">
|
|
|
<view class="action-item confirm" bindtap="goMyList">
|
|
|
<!-- <view class="action-item confirm" bindtap="goMyList">
|
|
|
我的抽奖码({{num}})
|
|
|
</view>
|
|
|
</view> -->
|
|
|
|
|
|
<view class="action-item ok" bindtap="goShare">
|
|
|
获取更多抽奖码
|
|
|
分享得更多抽奖码,增加中奖率
|
|
|
</view>
|
|
|
</block>
|
|
|
|
...
|
...
|
@@ -46,23 +46,29 @@ |
|
|
</block>
|
|
|
</view>
|
|
|
|
|
|
<zero-alert wx:if="{{show}}">
|
|
|
<new-lucky-alert wx:if="{{show}}" bindhiddenalert="hiddenAlert">
|
|
|
<view class="code-alert">
|
|
|
<view class="title">你的抽奖码是</view>
|
|
|
<view class="code">{{code}}</view>
|
|
|
<view class="share">分享可以获得更多抽奖码,中奖几率up!</view>
|
|
|
<text class="code-title">参加抽奖成功</text>
|
|
|
<view class="code-bg">
|
|
|
<view class="title">你的抽奖码是</view>
|
|
|
<view class="code">{{code}}</view>
|
|
|
</view>
|
|
|
<form bindsubmit='submitFormId' report-submit='true'>
|
|
|
<button class="share" form-type="submit" bindtap="goShare">分享一下,中奖概率马上 double!</button>
|
|
|
</form>
|
|
|
<view class="share-desc">1个好友参加=1个抽奖码=中奖几率UP!</view>
|
|
|
</view>
|
|
|
|
|
|
<form bindsubmit='submitFormId' report-submit='true'>
|
|
|
<!-- <form bindsubmit='submitFormId' report-submit='true'>
|
|
|
<view class="foot">
|
|
|
<button class="foot-item info" plain="true" hover-class="none" form-type="submit" bindtap="goShare">去分享</button>
|
|
|
<button class="foot-item" plain="true" hover-class="none" form-type="submit" bindtap="cancelAlert">取消</button>
|
|
|
</view>
|
|
|
</form>
|
|
|
</form> -->
|
|
|
|
|
|
<!-- <view class="foot-item info" bindtap="goShare">去分享</view>
|
|
|
<view class="foot-item" bindtap="cancelAlert">取消</view> -->
|
|
|
</zero-alert>
|
|
|
</new-lucky-alert>
|
|
|
|
|
|
<zero-alert wx:if="{{error}}">
|
|
|
<view class="error-alert">
|
...
|
...
|
|