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
梁志锋
2015-12-02 15:37:30 +0800
Commit
29d8f702dfa1cde00fa301eb8cf64194e614819e
1 parent
737af150
商品详情页banner支持单张图片
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
template/m.yohobuy.com/partials/product/banner-swiper-arrow.phtml
template/m.yohobuy.com/partials/product/banner-swiper-arrow.phtml
View file @
29d8f70
{
{#if
list
}
}
<div
class=
"banner-top"
>
<div
class=
"banner-swiper swiper-container"
>
<ul
class=
"swiper-wrapper"
>
...
...
@@ -17,4 +18,11 @@
<div
class=
"my-swiper-button-prev prev-grey"
></div>
<div
class=
"my-swiper-button-next next-grey"
></div>
</div>
\ No newline at end of file
</div>
{
{^
}
}
<div
class=
"banner-top-single"
>
<a
href=
{
{url
}
}>
<img
class=
"img"
src=
"{{img}}"
>
</a>
</div>
{
{/if
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment