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
Plain Diff
Browse Files
Authored by
郭成尧
2016-11-07 13:43:31 +0800
Commit
76ae614939047f44fcdfa9b8c8954d31e206c381
2 parents
4d9951be
0bb31974
Merge branch 'hotfix/limittags' into release/5.2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
template/m.yohobuy.com/actions/product/detail/index.phtml
template/m.yohobuy.com/partials/good.phtml
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
76ae614
...
...
@@ -16,7 +16,7 @@
<p
class=
"good-tag new-festival-tag"
>新品节</p>
{
{/
is_yohood
}
}
{
{#
is_limited
}
}
<p
class=
"good-tag limit-tag"
>限量
商品
</p>
<p
class=
"good-tag limit-tag"
>限量</p>
{
{/
is_limited
}
}
{
{#
is_soon_sold_out
}
}
<p
class=
"good-tag soonSoldOut-tag"
>即将售罄</p>
...
...
template/m.yohobuy.com/partials/good.phtml
View file @
76ae614
...
...
@@ -19,7 +19,7 @@
<p
class=
"good-tag new-festival-tag"
>新品节</p>
{
{/
is_yohood
}
}
{
{#
is_limited
}
}
<p
class=
"good-tag limit-tag"
>限量
商品
</p>
<p
class=
"good-tag limit-tag"
>限量</p>
{
{/
is_limited
}
}
{
{/
tags
}
}
</div>
...
...
Please
register
or
login
to post a comment