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
ccbikai(👎🏻🍜)
9 years ago
Commit
e35b0ecf780a38e492720865253af8f46c5a08e4
1 parent
bab4ecd9
热门品牌品牌不使用 Lazyload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
doraemon/views/partial/resources/hot-brands-list.hbs
doraemon/views/partial/resources/hot-brands-list.hbs
View file @
e35b0ec
...
...
@@ -5,7 +5,8 @@
<li
class=
"brand"
>
<a
href=
"
{{
url
}}
"
>
<div
class=
"brand-logo"
>
<img
class=
"lazy"
data-original=
"
{{
image
src
158
174
}}
"
>
<!--此处不使用 Lazyload 是由于安卓 UC 10 版本加载不出来-->
<img
src=
"
{{
image
src
158
174
}}
"
>
</div>
<p
class=
"brand-name"
>
{{
name
}}
</p>
</a>
...
...
Please
register
or
login
to post a comment