blob: 87dbe70848685388a3c0f984c2d05953de6ac77e [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>
9 <input placeholder="请输入验证码 " type="number" style="width:70%" bindinput="setCode"></input>
10
11
12 </view>
13
14
15 <button bindtap="doNext" class="long-btn" style="width: 90%;">下一步</button>
16
17 </view>
18</view>