blob: 382893608ca3d92e9c22ab202f742e2cf4955630 [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001<view class="container">
2
3 <view class="global-background">
4 <view class="inline-item center" style="margin-top: 50rpx;">
5 <view class="input-desc">
6 手机号
7 </view>
8 <input value="{{phone}}" maxlength="11" placeholder="请输入市民卡预留的手机号" style="width: 70%;" bindinput="setPhone"></input>
9 </view>
10 <view class="inline-item center">
11
12 <view class="input-desc">
13 验证码
14 </view>
15 <input placeholder="请输入验证码" type="number" style="width:45%" bindinput="setCode"></input>
16 <view class="authcode center" style="color:{{sendColor}}" bindtap="getCode">
17 {{sendTime}}
18 </view>
19
20 </view>
21
22
23 <button bindtap="doNext" class="long-btn" style="width: 90%;">下一步</button>
24
25 </view>
26</view>