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 line
821 B
1 line
821 B
5 years ago
|
<view class="ChangePassword _div"><view class="list _div"><view class="item _div"><input type="number" placeholder="填写手机号码" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="item acea-row row-between-wrapper _div"><input class="codeIput" type="text" placeholder="填写验证码" data-event-opts="{{[['input',[['__set_model',['','captcha','$event',[]]]]]]}}" value="{{captcha}}" bindinput="__e"/><button class="{{['code font-color-red',disabled===true?'on':'']}}" disabled="{{disabled}}" data-event-opts="{{[['tap',[['code',['$event']]]]]}}" bindtap="__e">{{text}}</button></view></view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="confirmBnt bg-color-red _div" bindtap="__e">确认绑定</view></view>
|