Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
沈志敏
8 years ago
Commit
fa90862f1ee72b9fc95b731cae87e97dd5c2fadc
1 parent
4eb8145f
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
apps/product/views/partial/detail/banner-swiper-arrow.hbs
apps/product/views/partial/detail/banner-swiper-arrow.hbs
View file @
fa90862
...
...
@@ -5,7 +5,11 @@
{{#
list
}}
<li
class=
"swiper-slide"
>
<a
href=
"javascript:;"
>
<img
src=
"
{{
image
img
450
600
}}
"
alt=
""
>
{{#if
@first
}}
<img
src=
"
{{
image
img
450
600
}}
"
alt=
""
>
{{else}}
<img
class=
"swiper-lazy"
data-src=
"
{{
image
img
450
600
}}
"
alt=
""
>
{{/if}}
</a>
</li>
{{/
list
}}
...
...
Please
register
or
login
to post a comment