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
xuqi
2016-01-08 16:16:48 +0800
Commit
70445de17235a841d47957c45d01b0aad0feba7c
1 parent
2750e5f8
product list left content pic title bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
docs/web-data-structure.md
template/www.yohobuy.com/partials/product/left-content.phtml
docs/web-data-structure.md
View file @
70445de
...
...
@@ -358,7 +358,7 @@
{
picLink: {
//图片导航
t
itle: 'AA', //图片导航标题
picT
itle: 'AA', //图片导航标题
list:
[
{
href: '',
...
...
template/www.yohobuy.com/partials/product/left-content.phtml
View file @
70445de
...
...
@@ -67,8 +67,8 @@
{
{!--
图片链接
--
}
}
{
{#
picLink
}
}
{
{#if
title
}
}
<h
2
class=
"nav-pic-title"
>
{
{title
}
}</h
2
>
{
{#if
picTitle
}
}
<h
2
class=
"nav-pic-title"
>
{
{picTitle
}
}</h
2
>
{
{/if
}
}
<ul
class=
"pic-nav"
>
{
{#each
list
}
}
...
...
Please
register
or
login
to post a comment