Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
60bf1cdcff73af695659dfbc87255c185386a68b
1 parent
ed13ab29
与线上文件进行对比,合并进差异
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
library/LibModels/Web/Product/SearchData.php
template/www.yohobuy.com/actions/about/index/privacy.phtml
template/www.yohobuy.com/partials/layout/page-header.phtml
yohobuy/www.yohobuy.com/application/models/Index/Home.php
library/LibModels/Web/Product/SearchData.php
View file @
60bf1cd
...
...
@@ -374,6 +374,7 @@ class SearchData
$param
=
array
();
$param
[
'status'
]
=
1
;
// 是否上架,1表示在架,2表示不在
$param
[
'sales'
]
=
'Y'
;
// 只搜索销售的产品
$param
[
'outlets'
]
=
2
;
// 非奥莱商品
$param
[
'stocknumber'
]
=
1
;
// 过滤掉已售罄的商品
$param
[
'attribute_not'
]
=
2
;
//过滤掉赠品
if
(
!
isset
(
$condition
[
'order'
]))
{
...
...
template/www.yohobuy.com/actions/about/index/privacy.phtml
View file @
60bf1cd
...
...
@@ -15,7 +15,7 @@
<p>
欢迎访问YOHO!BUY
有货!我们以本隐私申明声明对访问者隐私保护的许诺。<br>
<br>
<strong>YOHO!BUY
!
</strong>
<strong>YOHO!BUY</strong>
<strong>有货的信息收集与使用</strong><br>
YOHO!BUY
有货收集用户提交的个人识别信息(下称“个人识别信息”),
一旦注册,YOHO!BUY
有货用户即可以建立由一页或多页网页组成的含有用户信息的用户档案。YOHO!BUY
有货
将收集用户发布在其用户档案中的数据,包括但不限于:
会员信息,联系信息,购物&着装习惯和喜爱品牌(合称为“用户档案信息”),我们使用这些信息来获得用户的统计资料。我们将会用这些统计数据来给我们的用户分类,以便有针对性地向我们的用户提供新的服务。我们会通过您的邮件地址来通知您这些新的服务。<br>
<br>
...
...
@@ -23,7 +23,7 @@
<br>
YOHO!BUY
有货或其商业伙伴可能在YOHO!BUY
有货上不时地进行促销或者抽奖。用户可能会被要求提供个人识别信息,包括姓名,电子邮件地址或家庭住址。因进行促销或者抽奖而收集个人识别信息时,您将清楚地被告知个人识别信息的收集方以及适用的隐私政策。<br>
<br>
<strong>YOHO!BUY
!
</strong>
<strong>YOHO!BUY</strong>
<strong>有货收集信息的共享与披露</strong><br>
除本隐私政策另有规定,YOHO!BUY
有货不会在未经您同意的情况下在YOHO!BUY
有货及其母公司、子公司或者关联公司(为本隐私政策之目的,包括遵守本隐私政策的技术提供者)之外泄露您的个人识别信息或者用户档案信息,除非我们认为这种披露是有必要的:(
1
)为遵守法律的要求或者回应YOHO!BUY
有货收到的传票、搜查令或者其他法律程序,而不论该等回应是否为适用法律所要求的;(
2
)为回应主管政府部门的要求;(
3
)为了保护公众和服务用户的安全;或者(
4
)为了维护YOHO!BUY
有货的法律权利和利益。<br>
当YOHO!BUY
有货出售YOHO!BUY
有货或其全部资产时,YOHO!BUY
有货保留向其继任者转让个人识别信息和用户档案信息的权利。<br>
...
...
template/www.yohobuy.com/partials/layout/page-header.phtml
View file @
60bf1cd
...
...
@@ -76,13 +76,13 @@
{
{#
navbars
}
}
<li
class=
"first-nav-item {{classname}}"
{
{#if
showIcon
}
}
style=
"background: url({{icon}}) no-repeat center center"
{
{/if
}
}>
{
{#if
showIcon
}
}
<a
href=
"{{link}}"
class=
"menu-ico"
target=
"_blank"
></a>
<a
href=
"{{link}}"
class=
"menu-ico"
{
{#if
isNewPage
}
}
target=
"_blank"
{
{/if
}
}
></a>
{
{^
}
}
<h
3
class=
"name-cn"
>
<a
href=
"{{link}}"
>
{
{name_cn
}
}</a>
<a
href=
"{{link}}"
{
{#if
isNewPage
}
}
target=
"_blank"
{
{/if
}
}
>
{
{name_cn
}
}</a>
</h
3
>
<h
3
class=
"name-en"
>
<a
href=
"{{link}}"
>
{
{name_en
}
}</a>
<a
href=
"{{link}}"
{
{#if
isNewPage
}
}
target=
"_blank"
{
{/if
}
}
>
{
{name_en
}
}</a>
</h
3
>
{
{/if
}
}
<div
class='sub-nav-wrapper'>
...
...
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
60bf1cd
...
...
@@ -89,6 +89,7 @@ class HomeModel
'content_code'
=>
$val
[
'content_code'
],
'is_hot'
=>
$val
[
'is_hot'
]
==
'Y'
?
true
:
false
,
'is_new'
=>
$val
[
'is_new'
]
==
'Y'
?
true
:
false
,
'isNewPage'
=>
$val
[
'is_new_page'
]
==
'Y'
?
true
:
false
,
// 'subnav' => array()
);
...
...
@@ -145,7 +146,6 @@ class HomeModel
if
(
empty
(
$menu
))
{
$menu
=
Cache
::
get
(
$key
,
'slave'
);
}
return
$menu
;
}
...
...
Please
register
or
login
to post a comment