38 lines
1021 B
XML
38 lines
1021 B
XML
<view class="redPackets">
|
|
<view a:if="{{ !isOpen }}" class="redPackets-box" onTap="getAuthCode">
|
|
<view class="top-box">
|
|
<text class="title">{{info.batch_goods_name}}</text>
|
|
<text class="type">
|
|
{{info.cash_amount_type_text}}
|
|
</text>
|
|
</view>
|
|
<text class="time">红包有效期截止 {{info.end_time}}</text>
|
|
</view>
|
|
|
|
<view a:else class="open-redPackets-box">
|
|
<view class="open-top-box">
|
|
<view class="open-title">
|
|
<text class="open-tag">¥</text>
|
|
{{info.receive_price}}
|
|
</view>
|
|
<text class="open-type">
|
|
{{info.wishing}}
|
|
</text>
|
|
</view>
|
|
<view class="open-notis" a:if='{{info.receive_status===5}}'>
|
|
<view class="re">
|
|
领取成功
|
|
</view>
|
|
请前往支付宝【我的】-【账单】中查看
|
|
</view>
|
|
|
|
<view class="open-notis" a:if='{{info.receive_status!==5}}'>
|
|
<view class="re res">
|
|
已被领取
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- appid 2021004100663111 --> |