mobileoa-common-modules
Version:
移动办公平台前端公共功能模块
14 lines (13 loc) • 674 B
HTML
<ion-view cache-view="false" hide-nav-bar="true" view-direction="none" class="gesture-screen">
<gesture-password-screen screen-context="screenContext"></gesture-password-screen>
<div class="gesture-screen-top" style="top: {{topcontentStartY}}px;">
<div>
<sino-person-photo user-id="{{userId}}" size="70x70"></sino-person-photo>
</div>
<span ng-show="isStateNo" class="error-msg" ng-bind="'密码错了,您还有' + count + '次输入机会。'"></span>
</div>
<div class="gesture-screen-bottom" style="top: {{bottomContentStartY}}px;">
<a ng-click="forgetPassword()">忘记手势密码?</a>
<other-login></other-login>
</div>
</ion-view>