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
hf
9 years ago
Commit
beea062a30a864726cca8089a9d43d7ea6802ea6
1 parent
fe1fb2ab
code review by fei.hong: do merge new sale list and search codes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Search.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Search.php
View file @
beea062
...
...
@@ -77,6 +77,6 @@ class SearchController extends WebAction
$this
->
setKeywords
(
'Yoho! 有货,潮流,时尚,流行,购物,B2C,正品,购物网站,网上购物,货到付款,品牌服饰,男士护肤,黑框眼镜,匡威,板鞋,i.t,izzue,5cm,eastpak,vans,lylescott,g-shock,new balance,lacoste,melissa,casio,卡西欧手表,舒雅,jasonwood,odm,AAAA,香港购物,日本潮流'
);
$this
->
setDescription
(
'潮流商品搜索,上衣,衬衫,TEE,卫衣,冲锋衣,风衣,羽绒服,裤子,休闲鞋,板鞋,配饰,复古眼镜'
);
$this
->
setWebNavHeader
();
$this
->
_view
->
display
(
'
search
'
,
$data
);
$this
->
_view
->
display
(
'
no-result
'
,
$data
);
}
}
...
...
Please
register
or
login
to post a comment