Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
xuqi
2015-05-25 16:22:09 +0800
Commit
1bfd92365e406f4656ebe5a365397d523b0675b4
1 parent
3357180b
tag页增加lazyload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mobile/views/partials/common/tag-content.html
mobile/views/partials/common/tag-content.html
View file @
1bfd923
...
...
@@ -2,7 +2,7 @@
<div
class=
"tag-img"
>
<a
href=
"javascript:;"
class=
"tag-match"
>
搭配
</a>
<a
href=
"{{url}}"
>
<img
src
=
"{{img}}"
alt=
"{{alt}}"
>
<img
class=
"lazy"
data-original
=
"{{img}}"
alt=
"{{alt}}"
>
</a>
</div>
...
...
Please
register
or
login
to post a comment