Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
4c41e6e438f32245736b0f30c8018962a5961cb3
1 parent
ec9cf1e5
'goods-new'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
static/sass/product/_shop-index.css
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
static/sass/product/_shop-index.css
View file @
4c41e6e
...
...
@@ -184,6 +184,7 @@
li
{
width
:
50%
;
height
:
160px
;
float
:
left
;
text-align
:
center
;
list-style
:
none
;
...
...
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
4c41e6e
...
...
@@ -499,11 +499,12 @@ class IndexController extends AbstractAction
$data
[
'filter'
]
=
$filter
[
'filter'
];
/* tar add 160931 */
$
data
[
'goods'
]
=
\Product\SearchModel
::
search
(
array
(
$
goods
=
\Product\SearchModel
::
search
(
array
(
'shop'
=>
$shopId
,
'gender'
=>
$data
[
'gender'
],
'channel'
=>
$data
[
'channel'
]
));
$data
[
'goods'
]
=
$goods
[
'new'
];
$this
->
_view
->
display
(
'shop'
,
array
(
'shopIndex'
=>
$data
,
...
...
Please
register
or
login
to post a comment