| 1 |
- <view class="container"><view class="logo-img"><image src="../../static/img/logo1.png"></image></view><view class="login_text"><view class="login_input flex_item"><view class="login_img"><image class="phone" src="/static/img/img25.png"></image></view><view class="login_name"><input class="uni-input" type="number" focus="{{true}}" placeholder="请输入手机号码" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view></view><view class="login_input flex_item"><view class="login_img"><image src="/static/img/img26.png"></image></view><view class="login_name"><input class="uni-input" type="password" focus="{{true}}" placeholder=" 请输入新的不少于6位的密码" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view></view><view class="login_input flex_item"><view class="login_img"><image src="/static/img/img26.png"></image></view><view class="login_name"><input class="uni-input" type="password" focus="{{true}}" placeholder="请重复输入新密码" data-event-opts="{{[['input',[['__set_model',['','password2','$event',[]]]]]]}}" value="{{password2}}" bindinput="__e"/></view></view><view class="login_input flex"><view class="login_img"><image class="codeimg" src="/static/img/img27.png"></image></view><view class="login_name flex"><input class="uni-input width" type="number" focus="{{true}}" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['','code','$event',[]]]]]]}}" value="{{code}}" bindinput="__e"/><view data-event-opts="{{[['tap',[['verification',['$event']]]]]}}" class="code" bindtap="__e">{{countDown==0?'发送验证码':countDown}}</view></view></view></view><view data-event-opts="{{[['tap',[['updatalogin',['$event']]]]]}}" class="login" bindtap="__e">确认修改</view></view>
|