| 1 |
- <view class="{{['pages',themeName]}}" style="{{('background-image: url('+$root.m0+')')}}"><u-sticky vue-id="53ab8140-1" offset-top="0" h5-nav-height="0" bg-color="transparent" bind:__l="__l" vue-slots="{{['default']}}"><u-navbar vue-id="{{('53ab8140-2')+','+('53ab8140-1')}}" is-back="{{true}}" title="忘记密码" title-bold="{{true}}" is-fixed="{{false}}" border-bottom="{{false}}" background="{{({background:'rgba(256,256, 256,0)'})}}" bind:__l="__l"></u-navbar></u-sticky><view class="forget-pwd"><view class="forget-pwd-text">忘记登录密码</view><view class="input m-t-40"><u-field bind:input="__e" style="{{'width:'+('100%')+';'}}" vue-id="53ab8140-3" label-width="0" placeholder="输入手机号" border-bottom="{{false}}" type="number" value="{{ferget.mobile}}" data-event-opts="{{[['^input',[['__set_model',['$0','mobile','$event',[]],['ferget']]]]]}}" bind:__l="__l"></u-field></view><view class="input m-t-40"><u-field bind:input="__e" vue-id="53ab8140-4" label-width="0" placeholder="输入验证码" border-bottom="{{false}}" type="number" value="{{ferget.code}}" data-event-opts="{{[['^input',[['__set_model',['$0','code','$event',[]],['ferget']]]]]}}" bind:__l="__l" vue-slots="{{['right']}}"><view slot="right"><view data-event-opts="{{[['tap',[['sendSMS',['$event']]]]]}}" class="sms-btn p-l-20" bindtap="__e"><u-verification-code class="vue-ref" vue-id="{{('53ab8140-5')+','+('53ab8140-4')}}" unique-key="login" data-ref="uCode" data-event-opts="{{[['^change',[['codeChange']]]]}}" bind:change="__e" bind:__l="__l"></u-verification-code><view class="{{['xs',($root.g0)?'disabled':'']}}">{{codeTips}}</view></view></view></u-field></view><view class="input m-t-40"><u-field bind:input="__e" style="{{'width:'+('100%')+';'}}" vue-id="53ab8140-6" label-width="0" password="{{!pwdShow}}" type="text" password-icon="{{false}}" placeholder="输入密码" border-bottom="{{false}}" value="{{ferget.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['ferget']]]]]}}" bind:__l="__l" vue-slots="{{['right']}}"><view slot="right"><u-icon data-custom-hidden="{{!(!pwdShow)}}" vue-id="{{('53ab8140-7')+','+('53ab8140-6')}}" name="eye" size="36rpx" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" bind:__l="__l"></u-icon><u-icon data-custom-hidden="{{!(pwdShow)}}" vue-id="{{('53ab8140-8')+','+('53ab8140-6')}}" name="eye-off" size="36rpx" data-event-opts="{{[['^click',[['e1']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></view></u-field></view><button data-event-opts="{{[['tap',[['fergetFun',['$event']]]]]}}" class="{{['forget-pwd-btn','m-t-40','white',(isDisabled)?'disabled':'']}}" bindtap="__e">立即重置密码</button></view></view>
|