Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
1528770905dc637e6d373fe14f468663059dd607
1 parent
22b9f951
hide login type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
apps/passport/views/action/login/index.hbs
apps/passport/views/action/login/index.hbs
View file @
1528770
...
...
@@ -27,14 +27,15 @@
</span>
</li>
{{#if
smsLogin
}}
<li
class=
"relative"
>
<li
class=
"relative hide"
>
<div
class=
"switch"
>
<div
class=
"left selected"
data-type=
"PasswordLogin"
>
普通登录
</div>
{{#if
smsLogin
}}
<div
class=
"right"
data-type=
"SMSLogin"
>
手机验证码登录
</div>
{{/if}}
</div>
</li>
{{/if}}
<li
class=
"relative password-login"
>
<input
id=
"account1"
class=
"account input va"
name=
"account"
value=
"
{{
bindMobile
}}
"
...
...
Please
register
or
login
to post a comment