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
2f39cc8ccf852afe69a956ad3d0efe15f0841588
1 parent
af81874e
fix hot area link issue
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/www.yohobuy.com/actions/product/item/hotarea.phtml
template/www.yohobuy.com/actions/product/item/hotarea.phtml
View file @
2f39cc8
...
...
@@ -5,7 +5,7 @@
<div
class=
"hot-point"
style=
"width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;"
>
<span
class=
"pointer"
>
{
{label
}
}</span>
<div
class=
"hp-good"
>
<a
href=
""
>
<a
href=
"
{{href}}
"
>
<img
class=
"pic"
src=
"{{img}}"
>
</a>
{
{#product
}
}
...
...
@@ -21,4 +21,4 @@
</div>
{
{/list
}
}
</div>
{
{/hotArea
}
}
\ No newline at end of file
{
{/hotArea
}
}
...
...
Please
register
or
login
to post a comment