Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Lynnic
9 years ago
Commit
6d2ae1dd5e3494d95e1f68ce7580d65de19baf6f
1 parent
9c4faca7
修改商品详情页中折扣信息的页面逻辑错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
template/m.yohobuy.com/actions/product/detail/index.phtml
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
6d2ae1d
...
...
@@ -66,20 +66,28 @@
{
{#
goodsDiscount
}
}
<div
class=
"goodsDiscount"
>
{
{#
list
}
}
{
{#
list
}
}
{
{#if
@first
}
}
<h
1
class=
"first-item"
>
{
{text
}
}<span
class=
"icon-down iconfont dropdown"
>
609
;</span></h
1
>
{
{#if
text
}
}
<h
1
class=
"first-item"
>
{
{text
}
}<span
class=
"icon-down iconfont dropdown"
>
609
;</span></h
1
>
{
{/if
}
}
{
{/if
}
}
{
{/
list
}
}
<div
class=
"discount-folder"
>
{
{#
list
}
}
{
{#if
@first
}
}
{
{else
}
}
{
{#if
text
}
}
<h
1
class=
"folder-item"
>
{
{text
}
}</h
1
>
{
{/if
}
}
{
{/
list
}
}
</div>
{
{/if
}
}
{
{/list
}
}
</div>
</div>
{
{/
goodsDiscount
}
}
<div
class=
"feedback-list "
>
{
{#
feedbacks
}
}
<div
class=
"feedback-list "
>
{
{#if
commentsNum
}
}
{
{>
product/feedback-tab
}
}
{
{else
}
}
...
...
@@ -92,8 +100,8 @@
</div>
{
{/if
}
}
{
{/if
}
}
{
{/
feedbacks
}
}
</div>
{
{/
feedbacks
}
}
{
{#
enterStore
}
}
<div
id=
"enter-store"
class=
"enter-store page-block"
>
...
...
Please
register
or
login
to post a comment