- <view class="box">
- <view class="phone">
- <view class="put1">
- <input placeholder="请输入您的手机号" placeholder-class="place1" bindblur="ckPhone" value="{{phoneVal}}" type="number" bindinput="ckPhone"></input>
- </view>
- <view class="put2">
- <input placeholder="请输入验证码" placeholder-class="place1" bindblur="ckSms" value="{{smsVal}}" bindinput="ckSms" bindconfirm="ckSms" type="number"></input>
- <text bindtap="{{code == '获取验证码' ? 'getCode' : ''}}" disabled="{{codeDisable}}">{{code}}</text>
- </view>
- </view>
- <view class="phone_check flexC" bindtap="verify">
- <text>立即验证</text>
- </view>
- </view>
|