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
xuqi
9 years ago
Commit
47bbc0c883bf387ddd0e659c3edcb5dd3d404702
1 parent
32a2ed98
rmb icon.Review by: @梁志锋
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
template/m.yohobuy.com/actions/product/detail/index.phtml
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
47bbc0c
...
...
@@ -38,8 +38,8 @@
<div
class=
"price-date"
>
{
{#
goodsPrice
}
}
<div
class=
"goodsPrice"
>
<h
1
class=
"currentPrice"
>
{
{currentPrice
}
}</h
1
>
<h
1
class=
"previousPrice"
>
{
{previousPrice
}
}</h
1
>
<h
1
class=
"currentPrice"
>¥
{
{currentPrice
}
}</h
1
>
<h
1
class=
"previousPrice"
>¥
{
{previousPrice
}
}</h
1
>
</div>
{
{/
goodsPrice
}
}
...
...
@@ -57,7 +57,7 @@
<li
class=
"icons-item {{#if currentLevel}}current-level{{/if}}"
>
<span
class=
"vip-img "
style=
"background-size:contain;"
>
</span>
<span
class=
"vip-price "
>
{
{text
}
}</span>
<span
class=
"vip-price "
>
¥
{
{text
}
}</span>
</li>
{
{/
list
}
}
</ul>
...
...
Please
register
or
login
to post a comment