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
Plain Diff
Browse Files
Authored by
王水玲
2018-12-27 14:23:38 +0800
Commit
1b02c730b6f59df41db7f5051d9c5a4fecf4ab8c
2 parents
bfc8a83f
44cb908c
Merge branch 'feature/protocol' into 'release/6.8.4'
注册协议修改 See merge request
!411
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
apps/passport/views/partial/reg/register.hbs
public/js/passport/reg/reg.js
apps/passport/views/partial/reg/register.hbs
View file @
1b02c73
...
...
@@ -43,9 +43,8 @@
</li>
<li
class=
"items-container clearfix"
>
<input
id=
"agree-terms"
class=
"agree-terms"
type=
"checkbox"
>
<span>
我已阅读并同意遵守
注册即表示您已阅读并同意
<a
class=
"link go-yoho-items"
href=
"
{{
itemUrl
}}
"
target=
"_blank"
>
YOHO!BUY 有货服务条款
</a>
</span>
</li>
...
...
public/js/passport/reg/reg.js
View file @
1b02c73
...
...
@@ -514,11 +514,6 @@ exports.init = function(page) {
return
;
}
if
(
!
$
(
'#agree-terms'
).
attr
(
'notchecked'
))
{
alert
(
'您必须同意YOHO!BUY有货服务条款后,才能进行注册!'
);
return
;
}
isRegRequesting
=
true
;
// ajax提交
...
...
Please
register
or
login
to post a comment