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
biao
9 years ago
Commit
3cacdc5dbe5f85b8866179dc968dda6f2d2fe7ca
1 parent
a177b827
update for channel page. code review by HongFei
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
docs/data-structure.md
template/m.yohobuy.com/actions/index/index/index.phtml
docs/data-structure.md
View file @
3cacdc5
...
...
@@ -1375,9 +1375,7 @@
'entitle' : 'LIFESTYLE',
}
],
'yohoodChannel' : {
show: true/false,
href: '/yohood'
}
'showYohood' : true/false,
'yohoodHref' : '/yohood'
}
...
...
template/m.yohobuy.com/actions/index/index/index.phtml
View file @
3cacdc5
...
...
@@ -23,7 +23,7 @@
<a
href=
"{{href}}"
class=
"list-item"
>
{
{title
}
}
<span
class=
"lighter"
>
{
{entitle
}
}</span>
<span
class=
"iconfont right-icon"
>
614
;</span></a>
{
{/channelList
}
}
{
{#showYohood
}
}
<a
href=
"
/yohood
"
id=
"yohood"
class=
"list-item"
>
<span
class=
"iconfont right-icon"
>
614
;</span></a>
<a
href=
"
{{yohoodHref}}
"
id=
"yohood"
class=
"list-item"
>
<span
class=
"iconfont right-icon"
>
614
;</span></a>
{
{/showYohood
}
}
</div>
</div>
...
...
Please
register
or
login
to post a comment