blob: 1b00856aa7ac6994ec8c1c879703a2d06ee0a3f5 [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001<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.qiuf9647a22020-05-08 15:43:24 +08009 <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.qiu7f2665f2020-03-27 17:19:57 +080013
14 </view>
binquan.qiu7f2665f2020-03-27 17:19:57 +080015
binquan.qiuf9647a22020-05-08 15:43:24 +080016 <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.qiu7f2665f2020-03-27 17:19:57 +080026
27 </view>
28</view>