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
毕凯
2016-01-14 10:33:58 +0800
Commit
67ef9561e26aae327528d17f68e1c132084f68bd
1 parent
ea410146
修改 html 错误 code review by
@bikai
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
framework
template/www.yohobuy.com/partials/product/left-content.phtml
framework
@
75bbc3b0
Subproject commit
e9d066dd88a8e7e37103021c427a205a5cfcdcec
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
...
...
template/www.yohobuy.com/partials/product/left-content.phtml
View file @
67ef956
...
...
@@ -9,7 +9,7 @@
<span>
{
{updateNum
}
}</span>
</li>
{
{#each
list
}
}
<li
{
{#if
active
}
}
active
{
{/if
}
}>
<li
{
{#if
active
}
}
class=
"active"
{
{/if
}
}>
<a
href=
"{{href}}"
>
{
{name
}
}</a>
<span>
{
{num
}
}</span>
</li>
...
...
@@ -80,4 +80,4 @@
{
{/each
}
}
</ul>
{
{/
picLink
}
}
{
{/
leftContent
}
}
\ No newline at end of file
{
{/
leftContent
}
}
...
...
Please
register
or
login
to post a comment