You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.7 KiB
Plaintext

2 years ago
<view class="ui-poptips {{pop==1?'ui-poptipsTop':''}}">
<view class='ui-poptips-cnt'>{{popErrorMsg}}</view>
</view>
<view class="wx-text-list mt10 mb10 wx-border-tb">
<view class='wx-list-li'>
<view class='f18 mw-label'>
原手机号
</view>
<view class="section flex-left">
<input type="number" class='f18 input-pl pen'placeholder-class="pce" placeholder="请填写" value='{{oldTel}}'/>
</view>
</view>
</view>
<view class="wx-text-list 2 mt10 mb10 wx-border-tb">
<view class='wx-list-li'>
<view class='f18 mw-label'>
新手机号
</view>
<view class="section flex-1">
<input type="number" value='{{telNum}}' bindinput='showCha' class='f18 input-pl' data-tel="1" maxlength='11' placeholder-class="pce" placeholder="请填写"/>
</view>
</view>
<view class='wx-list-li' style="padding:0 0 0 0px;">
<view class='f18 mw-label'>
验证码
</view>
<view class="section flex-1">
<input type="number" class='f18 input-pl' bindinput='inputMsgCode' maxlength='4' style='padding-right:10px;' placeholder-class="pce" placeholder="请填写" />
</view>
<view hover-class='bge' class="section f18 code {{disabled == 1?'':'disabled'}}" style='padding:12px 10px;border-left:1px solid #ececec;' bindtap='sendMsg'>
{{getmsg}}
</view>
</view>
</view>
<view class="ui-btn-wrap piece">
<view class="ui-row-flex">
<view class="ui-col">
<button class="ui-btn-lg ui-btn-primary" hover-class='btn-primary-hover' disabled='{{btnDisable?"disabled":""}}' bindtap='postTel'>
下一步
</button>
</view>
</view>
</view>