UNPKG

mobileoa-common-modules

Version:

移动办公平台前端公共功能模块

21 lines (19 loc) 962 B
<ion-view cache-view="false" hide-nav-bar="true" view-direction="none" class="gesture-screen"> <gesture-password-screen screen-context="screenContext"></gesture-password-screen> <button class="button icon-left ion-ios-arrow-back button-clear sino-back-button gesture-go-back" sino-nav-direction="back" sino-go-back-button>返回</button> <div class="gesture-screen-top" style="top: {{topcontentStartY}}px;"> <div> <sino-person-photo user-id="{{userId}}" size="70x70" class="gesture-screen person-pic"> </sino-person-photo> </div> <span ng-show="!isStateNo" class="error-msg">请输入原始手势密码</span> <span ng-show="isStateNo" class="error-msg">密码错了,您还有{{count}}次输入机会。</span> </div> <div class="gesture-screen-bottom" style="top: {{bottomContentStartY}}px;"> <span class="change-bottom-color" ng-click="forgetPassword()">忘记手势密码?</span> </div> </div>