Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-07-14 17:15:19 +0800
Commit
ad92c12363859d7fcef59d3bebbfc8d041012c21
1 parent
fca518f1
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/login/index.js
public/js/passport/login/index.js
View file @
ad92c12
...
...
@@ -263,7 +263,7 @@ $('[placeholder]').placeholder();
$regionSelectCtrl
.
change
(
function
()
{
var
$this
=
$
(
this
);
$regionCodeText
.
text
(
$this
.
text
());
$regionCodeText
.
text
(
$this
.
val
());
});
// 密码
...
...
Please
register
or
login
to post a comment