Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-04 15:36:14 +0800
Commit
d81c9e585157a02023f8b44b5a88f6d77609c146
1 parent
f2394bf4
eye open in passowrd back
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
static/js/passport/back/new-password.js
template/m.yohobuy.com/actions/passport/back/new-password.phtml
static/js/passport/back/new-password.js
View file @
d81c9e5
...
...
@@ -16,7 +16,9 @@ var showErrTip = tip.show;
var
$phoneNum
=
$
(
'#phone-num'
);
api
.
bindEyesEvt
();
api
.
bindEyesEvt
({
status
:
'open'
});
$pwd
.
bind
(
'input'
,
function
()
{
if
(
trim
(
$pwd
.
val
())
===
''
)
{
...
...
template/m.yohobuy.com/actions/passport/back/new-password.phtml
View file @
d81c9e5
...
...
@@ -3,7 +3,7 @@
{
{>
passport/header
}
}
<div
class=
"content"
>
<div
class=
"input-container row has-eye"
>
<input
id=
"pwd"
class=
"input pwd"
type=
"
password
"
placeholder=
"请输入新密码"
autocomplete=
"off"
maxlength=
"20"
>
<input
id=
"pwd"
class=
"input pwd"
type=
"
text
"
placeholder=
"请输入新密码"
autocomplete=
"off"
maxlength=
"20"
>
</div>
<span
id=
"btn-ok"
class=
"btn btn-ok disable"
>完成</span>
</div>
...
...
Please
register
or
login
to post a comment