You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
907 B
1 lines
907 B
<view class="phone"><view class="content"><view class="item"><view class="a">手机号</view><view class="b"><view class="txt">{{userInfo.mobile}}</view><view data-event-opts="{{[['tap',[['sendCode']]]]}}" class="code" bindtap="__e">{{count==60?'获取验证码':count+"s"}}</view></view></view><view class="item"><view class="a">验证码</view><view class="b"><input type="number" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['','captcha','$event',[]]]]]]}}" value="{{captcha}}" bindinput="__e"/></view></view><view class="item"><view class="a">新手机号</view><view class="b"><input type="number" placeholder="请输入新手机号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></view></view></view><view data-event-opts="{{[['tap',[['toSubmit']]]]}}" class="btn" bindtap="__e">验证</view></view> |