Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郭成尧
2016-04-26 10:18:56 +0800
Commit
6f46bbeac18682d4eb183b021ce82fcab07fa898
1 parent
acd6b0ee
店铺模块切换到Product下
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
0 deletions
template/m.yohobuy.com/actions/product/index/category.phtml
template/m.yohobuy.com/actions/product/index/intro.phtml
template/m.yohobuy.com/actions/product/index/category.phtml
0 → 100644
View file @
6f46bbe
{
{>
layout/header
}
}
<div
class=
"product-category yoho-page"
>
<div
id=
"allproduct"
class=
"allproduct"
>
<a
href=
{
{allproduct
}
}>
<p
class=
"allproductParagaraph"
>全部商品</p>
<i
class=
"arrow-icon iconfont"
>
614
;</i>
</a>
</div>
<div
class=
"margin-under-allproduct"
>
</div>
<div
class=
"category-container clearfix"
>
<div
class=
"content"
>
{
{#
content
}
}
<ul
class=
"primary-level"
>
{
{#
class
}
}
<li
class=
"p-level-item"
>
{
{name
}
}
<div
class=
"primary-level-trilangle trilanglefont hide"
>
64
a;</div>
</li>
{
{/
class
}
}
</ul>
<div
class=
"sub-level-container hide"
>
{
{#
category
}
}
<ul
class=
"sub-level"
>
{
{#
subcategory
}
}
<li>
<a
href=
{
{url
}
}>
{
{category_name
}
}
</a>
</li>
{
{/
subcategory
}
}
</ul>
{
{/
category
}
}
</div>
{
{/
content
}
}
</div>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/product/index/intro.phtml
0 → 100644
View file @
6f46bbe
{
{>
layout/header
}
}
<div>
<a
class=
"banner"
>
<img
src=
"{{content.shop_logo}}"
>
</a>
<div
class=
"descripition"
>
{
{content.shop_intro
}
}
</div>
<p
class=
"fo"
>
<span
class=
"iconfont"
>
649
;</span>
100
%品牌授权正品
</p>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment