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
unknown
2015-12-07 09:41:49 +0800
Commit
a985943a1505bf00c63cc42f44b563c464b46ae4
1 parent
81ccd868
kids末班
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
docs/web-data-structure.md
template/www.yohobuy.com/actions/index/boys/index.phtml
template/www.yohobuy.com/actions/index/girls/index.phtml
yohobuy/www.yohobuy.com/application/controllers/Boys.php
yohobuy/www.yohobuy.com/application/controllers/Girls.php
yohobuy/www.yohobuy.com/application/controllers/Kids.php
docs/web-data-structure.md
View file @
a985943
...
...
@@ -23,7 +23,7 @@
## 男首
{
boy: [
boy
s
: [
//banner
{
slide: {
...
...
template/www.yohobuy.com/actions/index/boys/index.phtml
View file @
a985943
{
{>
layout/header
}
}
<div
class=
"home-page yoho-page"
data-page=
"boys"
>
{
{#
boy
}
}
{
{#
boy
s
}
}
{
{!
头部banner
}
}
{
{#
slide
}
}
...
...
@@ -84,7 +84,7 @@
{
{#
newArrivls
}
}
{
{>
index/commodity
}
}
{
{/
newArrivls
}
}
{
{/
boy
}
}
{
{/
boy
s
}
}
</div>
...
...
template/www.yohobuy.com/actions/index/girls/index.phtml
View file @
a985943
{
{>
layout/header
}
}
<div
class=
"home-page yoho-page"
data-page=
"girls"
>
{
{#
girl
}
}
{
{#
girl
s
}
}
{
{!
头部banner
}
}
{
{#
debrisSlider
}
}
...
...
@@ -45,6 +45,6 @@
{
{#
preferenceBrands
}
}
{
{>
index/preference-brand
}
}
{
{/
preferenceBrands
}
}
{
{/
girl
}
}
{
{/
girl
s
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
yohobuy/www.yohobuy.com/application/controllers/Boys.php
View file @
a985943
...
...
@@ -258,7 +258,7 @@ class BoysController extends AbstractAction
$data
=
array
(
'headerdata'
=>
$headerdata
,
'boysHomePage'
=>
true
,
'boy'
=>
array
(
'boy
s
'
=>
array
(
array
(
'slide'
=>
array
(
'list'
=>
array
(
...
...
yohobuy/www.yohobuy.com/application/controllers/Girls.php
View file @
a985943
...
...
@@ -215,7 +215,7 @@ class GirlsController extends AbstractAction
$data
=
array
(
'headerdata'
=>
$headerdata
,
'boysHomePage'
=>
true
,
'girl'
=>
array
(
'girl
s
'
=>
array
(
array
(
'debrisSlider'
=>
array
(
'left'
=>
array
(
...
...
yohobuy/www.yohobuy.com/application/controllers/Kids.php
View file @
a985943
...
...
@@ -215,7 +215,7 @@ class KidsController extends AbstractAction
$data
=
array
(
'headerdata'
=>
$headerdata
,
'boysHomePage'
=>
true
,
'
girl
'
=>
array
(
'
kid
'
=>
array
(
)
);
$this
->
_view
->
display
(
'index'
,
$data
);
...
...
Please
register
or
login
to post a comment