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
ccbikai
2015-11-01 18:37:05 +0800
Commit
b67561e3b76d7303df567852e06f8cfe33ab9e98
2 parents
8a5df14d
124c5ec3
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/m.yohobuy.com/partials/good.phtml
template/m.yohobuy.com/partials/good.phtml
View file @
b67561e
...
...
@@ -32,9 +32,9 @@
<a
href=
"{{url}}"
>
{
{name
}
}</a>
</div>
<div
class=
"price"
>
<span
class=
"sale-price {{^price}}no-price{{/price}}"
>
¥
{
{salePrice
}
}</span>
<span
class=
"sale-price {{^price}}no-price{{/price}}"
>
¥
{
{salePrice
}
}</span>
{
{#price
}
}
<span
class=
"market-price"
>
¥
{
{.
}
}</span>
<span
class=
"market-price"
>
¥
{
{.
}
}</span>
{
{/price
}
}
</div>
</div>
...
...
Please
register
or
login
to post a comment