| <view class="container"> |
| |
| <view class="global-background"> |
| <view class="" style="margin:20rpx;color:gray;font-size:25rpx">验证码已发送至:{{phone}}</view> |
| <view class="inline-item center" style=""> |
| <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> |
| |
| <view class="inline-item" style="margin-top:30rpx;background-color:rgb(240, 240, 240)"> |
| <checkbox-group bindchange="checkboxChange"> |
| <label> |
| <checkbox value="1" class="checkbox" />我已阅读并同意 |
| </label> |
| </checkbox-group> |
| |
| <view class="policy" bindtap="showXy">《市民卡免密代扣签约协议》</view> |
| </view> |
| <button bindtap="doNext" class="long-btn" style="width: 90%;">签约</button> |
| |
| </view> |
| </view> |