Merge branch 'feature/protocol' into 'release/6.8.4'
注册协议修改 See merge request !411
Showing
2 changed files
with
1 additions
and
7 deletions
@@ -43,9 +43,8 @@ | @@ -43,9 +43,8 @@ | ||
43 | </li> | 43 | </li> |
44 | 44 | ||
45 | <li class="items-container clearfix"> | 45 | <li class="items-container clearfix"> |
46 | - <input id="agree-terms" class="agree-terms" type="checkbox"> | ||
47 | <span> | 46 | <span> |
48 | - 我已阅读并同意遵守 | 47 | + 注册即表示您已阅读并同意 |
49 | <a class="link go-yoho-items" href="{{itemUrl}}" target="_blank">YOHO!BUY 有货服务条款</a> | 48 | <a class="link go-yoho-items" href="{{itemUrl}}" target="_blank">YOHO!BUY 有货服务条款</a> |
50 | </span> | 49 | </span> |
51 | </li> | 50 | </li> |
@@ -514,11 +514,6 @@ exports.init = function(page) { | @@ -514,11 +514,6 @@ exports.init = function(page) { | ||
514 | return; | 514 | return; |
515 | } | 515 | } |
516 | 516 | ||
517 | - if (!$('#agree-terms').attr('notchecked')) { | ||
518 | - alert('您必须同意YOHO!BUY有货服务条款后,才能进行注册!'); | ||
519 | - return; | ||
520 | - } | ||
521 | - | ||
522 | isRegRequesting = true; | 517 | isRegRequesting = true; |
523 | 518 | ||
524 | // ajax提交 | 519 | // ajax提交 |
-
Please register or login to post a comment