binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame] | 1 | <view class="container"> |
| 2 | |
| 3 | <view class="global-background"> |
| 4 | <view class="" style="margin:20rpx;color:gray;font-size:25rpx">验证码已发送至:{{phone}}</view> |
| 5 | <view class="inline-item center" style=""> |
| 6 | <view class="input-desc"> |
| 7 | 验证码 |
| 8 | </view> |
binquan.qiu | f9647a2 | 2020-05-08 15:43:24 +0800 | [diff] [blame^] | 9 | <input placeholder="请输入验证码" type="number" style="width:45%" bindinput="setCode"></input> |
| 10 | <view class="authcode center" style="color:{{sendColor}}" bindtap="getCode"> |
| 11 | {{sendTime}} |
| 12 | </view> |
binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame] | 13 | |
| 14 | </view> |
binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame] | 15 | |
binquan.qiu | f9647a2 | 2020-05-08 15:43:24 +0800 | [diff] [blame^] | 16 | <view class="inline-item" style="margin-top:30rpx;background-color:rgb(240, 240, 240)"> |
| 17 | <checkbox-group bindchange="checkboxChange"> |
| 18 | <label> |
| 19 | <checkbox value="1" class="checkbox" />我已阅读并同意 |
| 20 | </label> |
| 21 | </checkbox-group> |
| 22 | |
| 23 | <view class="policy" bindtap="showXy">《市民卡免密代扣签约协议》</view> |
| 24 | </view> |
| 25 | <button bindtap="doNext" class="long-btn" style="width: 90%;">签约</button> |
binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame] | 26 | |
| 27 | </view> |
| 28 | </view> |