Authored by zhangxiaoru

agreement

... ... @@ -31,7 +31,7 @@ const agreement = (req, res) => {
res.render('agreement/agreement', {
module: 'passport',
title: 'YOHO!BUY有货app服务条款',
page:'agreement',
page: 'agreement',
width750: true
});
};
... ...
... ... @@ -12,8 +12,8 @@ $('.pitch').on('click', function() {
$('.submit-btn').on('click', function() {
if ($('.pitch').hasClass('secect')) {
console.log(document.referrer)
console.log(document.referrer);
} else {
}
})
\ No newline at end of file
});
... ...