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
1.9 KiB
1 lines
1.9 KiB
<view class="register absolute"><view class="shading"><view class="pictrue acea-row row-center-wrapper"><image src="@/assets/images/logo.png"></image></view></view><view class="whiteBg"><view class="title">找回密码</view><view class="list"><view class="item"><view><svg class="icon" vue-id="1" aria-hidden="true" bind:__l="__l" vue-slots="{{['default']}}"><use vue-id="{{('2')+','+('1')}}" xlink:href="#icon-phone_" bind:__l="__l"></use></svg><input type="text" placeholder="输入手机号码" data-event-opts="{{[['input',[['__set_model',['','account','$event',[]]]]]]}}" value="{{account}}" bindinput="__e"/></view></view><view class="item"><view class="align-left"><svg class="icon" vue-id="3" aria-hidden="true" bind:__l="__l" vue-slots="{{['default']}}"><use vue-id="{{('4')+','+('3')}}" xlink:href="#icon-code_1" bind:__l="__l"></use></svg><input class="codeIput" type="text" placeholder="填写验证码" data-event-opts="{{[['input',[['__set_model',['','captcha','$event',[]]]]]]}}" value="{{captcha}}" bindinput="__e"/><button class="{{['code',disabled===true?'on':'']}}" disabled="{{disabled}}" data-event-opts="{{[['tap',[['code',['$event']]]]]}}" bindtap="__e">{{text}}</button></view></view><view class="item"><view><svg class="icon" vue-id="5" aria-hidden="true" bind:__l="__l" vue-slots="{{['default']}}"><use vue-id="{{('6')+','+('5')}}" xlink:href="#icon-code_" bind:__l="__l"></use></svg><input type="password" placeholder="填写您的登录密码" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view></view></view><view data-event-opts="{{[['tap',[['registerReset',['$event']]]]]}}" class="logon" bindtap="__e">确认</view><view class="tip"><text data-event-opts="{{[['tap',[['goLogin']]]]}}" class="font-color-red" bindtap="__e">立即登录</text></view></view><view class="bottom"></view></view> |