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

29 lines
1.1 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.

<!-- 卡激活 -->
<view class="activate-back">
<image class="activate-img" src="/static/img/activate-back.jpg" mode="aspectFill"></image>
<view class="activate-cont">
<view class="activate-title">消费红包【储值卡】</view>
<form bindsubmit="cardform" class="activate-form">
<view class="activate-label">
<label>输入激活卡号16位 <text>例Byt2020090800020</text></label>
<input maxlength="16" name="code"></input>
</view>
<view class="activate-label">
<label>输入激活卡密16位 <text>例8888 8888 8888 8888</text></label>
<input maxlength="19" type="pass" bindinput="carmiTab" value="{{carmi}}"/>
</view>
<view class="activate-btn">
<button form-type="submit">立即激活</button>
</view>
</form>
<view class="activate-tips">
<view class="activate-tips-title">温馨提示:</view>
<view class="activate-tips-text">
尊敬的会员:储值后,将开启您,愉快的消费之旅!
</view>
<!-- <view class="activate-tips-img">
<image src="/static/img/card_img.png"></image>
</view> -->
</view>
</view>
</view>