Authored by zhangxiaoru

agreement

@@ -31,7 +31,7 @@ const agreement = (req, res) => { @@ -31,7 +31,7 @@ const agreement = (req, res) => {
31 res.render('agreement/agreement', { 31 res.render('agreement/agreement', {
32 module: 'passport', 32 module: 'passport',
33 title: 'YOHO!BUY有货app服务条款', 33 title: 'YOHO!BUY有货app服务条款',
34 - page:'agreement', 34 + page: 'agreement',
35 width750: true 35 width750: true
36 }); 36 });
37 }; 37 };
@@ -12,8 +12,8 @@ $('.pitch').on('click', function() { @@ -12,8 +12,8 @@ $('.pitch').on('click', function() {
12 12
13 $('.submit-btn').on('click', function() { 13 $('.submit-btn').on('click', function() {
14 if ($('.pitch').hasClass('secect')) { 14 if ($('.pitch').hasClass('secect')) {
15 - console.log(document.referrer) 15 + console.log(document.referrer);
16 } else { 16 } else {
17 17
18 } 18 }
19 -})  
  19 +});