| <view class="container"> |
| |
| <view class="global-background"> |
| <view class="inline-item center" style="margin-top: 50rpx;"> |
| <view class="input-desc"> |
| 手机号 |
| </view> |
| <input value="{{phone}}" maxlength="11" placeholder="请输入市民卡预留的手机号" style="width: 70%;" bindinput="setPhone"></input> |
| </view> |
| <view class="inline-item center"> |
| |
| <view class="input-desc"> |
| 验证码 |
| </view> |
| <input placeholder="请输入验证码" type="number" style="width:45%" bindinput="setCode"></input> |
| <view class="authcode center" style="color:{{sendColor}}" bindtap="getCode"> |
| {{sendTime}} |
| </view> |
| |
| </view> |
| |
| |
| <button bindtap="doNext" class="long-btn" style="width: 90%;">下一步</button> |
| |
| </view> |
| </view> |