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
shijian
8 years ago
Commit
467df6759057cf62704a075523d5e7ff6273a7d3
1 parent
2b0e66b3
save
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
public/js/passport/reg/reg.js
public/js/passport/reg/reg.js
View file @
467df67
...
...
@@ -468,7 +468,8 @@ function disableSMSBtn() {
}
exports
.
init
=
function
()
{
$smsCaptchaCtrl
.
removeClass
(
'disable'
)
$smsCaptchaCtrl
.
removeClass
(
'disable'
);
// 验证手机输入
// $phoneNumInput.on('blur', function() {
// validatePhoneNum();
...
...
@@ -480,7 +481,7 @@ exports.init = function() {
// 验证图形输入
$imgCaptchaInput
.
on
(
'blur'
,
function
()
{
//validateImgCaptcha();
//
validateImgCaptcha();
$imgCaptchaInput
.
removeClass
(
'focus'
);
}).
on
(
'focus'
,
function
()
{
hideTip
(
$imgCaptchaInput
);
...
...
Please
register
or
login
to post a comment