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
Rock Zhang
9 years ago
Commit
c32b704c8204f964ca9565816ab965d342676e9c
1 parent
b41bd9f9
修复hotrank显示样式的bug,Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
template/m.yohobuy.com/actions/product/newsale/hotlist.phtml
template/m.yohobuy.com/actions/product/newsale/hotlist.phtml
View file @
c32b704
...
...
@@ -25,8 +25,13 @@
{
{#
active
}
}
<p>
{
{.
}
}</p>
{
{/
active
}
}
<p>
{
{sales_phrase
}
}</p>
<p>¥
{
{salePrice
}
}<b>¥
{
{price
}
}</b></p>
{
{#sales_phrase
}
}
<p>
{
{.
}
}</p>
{
{/sales_phrase
}
}
<p>
{
{#salePrice
}
}¥
{
{.
}
}
{
{/salePrice
}
}
{
{#price
}
}
<b>¥
{
{.
}
}</b>
{
{/price
}
}
</p>
</div>
</a>
</li>
...
...
Please
register
or
login
to post a comment