Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
9 years ago
Commit
4dab8d38ed3256e2429a5c143ca577b88620ba2c
1 parent
5bc169d6
master
...
beta
develop
rm useless partials
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
template/m.yohobuy.com/partials/home/maybe_like_lifestyle.phtml
template/m.yohobuy.com/partials/product/goods_container.phtml
template/m.yohobuy.com/partials/home/maybe_like_lifestyle.phtml
View file @
4dab8d3
...
...
@@ -10,7 +10,13 @@
</ul>
<div id="goods-list">
{{> product/goods_container}}
{{# goodsContainer}}
<div class="goods-list {{^show}}hide{{/show}}">
{{# goods}}
{{> good}}
{{/ goods}}
</div>
{{/ goodsContainer}}
</div>
<div id="load-more-info" class="load-more-info">
...
...
@@ -19,6 +25,4 @@
</div>
<span class="no-more status hide">没有更多啦</span>
</div>
</div>
\ No newline at end of file
</div>
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/product/goods_container.phtml
deleted
100644 → 0
View file @
5bc169d
{
{#
goodsContainer
}
}
<div
class=
"goods-list {{^show}}hide{{/show}}"
>
{
{#
goods
}
}
{
{>
good
}
}
{
{/
goods
}
}
</div>
{
{/
goodsContainer
}
}
\ No newline at end of file
Please
register
or
login
to post a comment