Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
70d9e83a21e9aa54096fbee8a74e8aa10c400f84
1 parent
e8ae76cb
注册条款勾选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
web-static/js/passport/reg.js
web-static/js/passport/reg.js
View file @
70d9e83
...
...
@@ -422,10 +422,11 @@ exports.init = function(page) {
$
(
'#agree-terms'
).
click
(
function
()
{
if
(
$
(
this
).
attr
(
'notchecked'
))
{
$
(
this
).
removeAttr
(
'notchecked'
);
$registerBtn
.
addClass
(
'disable'
).
attr
(
'disabled'
,
'true'
);
}
else
{
$
(
this
).
attr
(
'notchecked'
,
'true'
);
$registerBtn
.
removeClass
(
'disable'
).
removeAttr
(
'disabled'
);
}
});
$registerPage
.
find
(
'.va'
).
keyup
(
function
()
{
...
...
@@ -602,4 +603,4 @@ exports.init = function(page) {
$captchaImg
.
attr
(
'src'
,
captchaImgSrc
+
'?t='
+
time
.
getTime
());
});
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment