Files
cardtest/pages/packet/packet.wxml
张慢慢 a7995d90bc [更新]
2021-05-24 13:56:00 +08:00

44 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<image class="packetCont-img" src="/static/img/packet.png"></image>
<view class="packetCont-title">
<image src="/static/img/packet_title.png" mode="widthFix"></image>
</view>
<view class="packetText">
<image class="packetText-tips" src="/static/img/packetText_top.png" mode="widthFix"></image>
<view class="packetText-form">
<view class="packetText-title">
<view class="packetText-title-name">请输入办理业务手机号</view>
<text>例185XXXX0001</text>
</view>
<form action="" bindsubmit="forgetlogin">
<view class="packetText-label">
<image src="/static/img/packetText_icon.png"></image>
<input class="inputs-input" type="text" placeholder="请输入手机号领取红包" bindinput="getNameValue"
value="{{mobile}}"></input>
</view>
<view class="packetText-label">
<input class="inputs-code" placeholder="请输入验证码" bindinput="getCodeValue" value="{{code}}"></input>
<button class="packetText-code" bindtap="codeBind" hover-class="none">{{codename}}</button>
</view>
<view class="packetText-cozy">
<view class="packetText-cozy-name">温馨提示:</view>
<text>消费红包仅在本系统内使用有效期12个月</text>
<text>消费红包不找零,不兑现</text>
<text>消费红包兑换成电子券后,不支持退货</text>
<text>如出现电子券核销问题请致电咨询0451-888955119:00-20:00</text>
</view>
<view class="packetText-btn">
<button type="default" form-type="submit"><text>立即领取</text><image src="/static/img/packet_arr.png"></image></button>
</view>
</form>
</view>
</view>
<view class="popBack {{popContHide ? 'active' : ''}}"></view>
<view class="popCont {{popContHide ? 'active' : ''}}">
<image class="popCont-img" src="/static/img/receive.png" mode="widthFix"></image>
<view class="popCont-text">
<view class="popCont-name">领取成功,共领取<text>{{popData}}</text>,可在账户中查看</view>
<view class="popCont-btn" bindtap="popContHide">我知道了 <text wx:if="{{countDownNum > 0}}">({{countDownNum}})</text></view>
</view>
</view>