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
梁志锋
9 years ago
Commit
472739e80308eba751bbd2aff0825ed199dfce9e
1 parent
4dfc5f3a
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
script/nginx/logs/nginx.pid
template/m.yohobuy.com/partials/home/goods_category.phtml
template/m.yohobuy.com/partials/home/maybe_like.phtml
script/nginx/logs/nginx.pid
View file @
472739e
1551
6
3293
6
...
...
template/m.yohobuy.com/partials/home/goods_category.phtml
View file @
472739e
...
...
@@ -6,7 +6,7 @@
{
{#
list
}
}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
src
=
"{{img}}"
alt=
"{{title}}"
>
<img
class=
"lazy"
data-original
=
"{{img}}"
alt=
"{{title}}"
>
</a>
</li>
{
{/
list
}
}
...
...
template/m.yohobuy.com/partials/home/maybe_like.phtml
View file @
472739e
...
...
@@ -5,11 +5,10 @@
</p>
<div id="goods-list" class="goods-list clearfix"></div>
<div id="load-more-info" class="load-more-info">
<div class="loading status hide">
正在加载...
</div>
<span class="no-more status hide">没有更多啦</span>
</div>
</div>
\ No newline at end of file
</div>
<div class="load-more-img hide" id="load-more-img">
<a href="">
<img src="">
</a>
</div>
...
...
Please
register
or
login
to post a comment