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
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
6 years ago
Commit
46f72d1bed4990c038bafbc7893b4c4aa28d60e6
1 parent
922d1bce
添加隐私政策
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
apps/passport/controllers/reg.js
apps/passport/views/partial/reg/register.hbs
public/scss/passport/_register.css
apps/passport/controllers/reg.js
View file @
46f72d1
...
...
@@ -85,6 +85,7 @@ let index = (req, res, next) => {
defaultMobile
:
mobile
,
captchaUrl
:
helpers
.
urlFormat
(
'/passport/imagesNode'
,
{
t
:
Date
.
now
()}),
itemUrl
:
helpers
.
urlFormat
(
'/help/detail'
,
{
id
:
150
,
contId
:
197
}),
privacyUrl
:
helpers
.
urlFormat
(
'/help/detail'
,
{
id
:
150
,
contId
:
318
}),
referUrl
:
refer
,
loginUrl
:
helpers
.
urlFormat
(
'/signin.html'
,
{
refer
:
refer
}),
coverHref
:
result
.
url
,
...
...
apps/passport/views/partial/reg/register.hbs
View file @
46f72d1
...
...
@@ -44,8 +44,9 @@
<li
class=
"items-container clearfix"
>
<span>
注册即表示您已阅读并同意
注册即表示您已阅读并同意
<br>
<a
class=
"link go-yoho-items"
href=
"
{{
itemUrl
}}
"
target=
"_blank"
>
YOHO!BUY 有货服务条款
</a>
<a
class=
"link go-yoho-items"
href=
"
{{
privacyUrl
}}
"
target=
"_blank"
>
YOHO!BUY 有货隐私政策
</a>
</span>
</li>
<li
class=
"clearfix reg-btn-area"
>
...
...
public/scss/passport/_register.css
View file @
46f72d1
...
...
@@ -163,9 +163,14 @@
/* 服务条款 */
&
.items-container
{
text-align
:
righ
t
;
text-align
:
lef
t
;
white-space
:
nowrap
;
font-size
:
13px
;
.link
{
margin
:
8px
10px
0
0
;
display
:
inline-block
;
}
}
/* 立即注册 */
...
...
Please
register
or
login
to post a comment