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
郭成尧
8 years ago
Commit
af57cc1e5bcba304b341f0e08bff665bc8638afb
2 parents
cff6d6d5
ee195ed9
Merge branch 'release/5.3.1' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
template/m.yohobuy.com/partials/cart/chose-panel.phtml
template/m.yohobuy.com/partials/cart/chose-panel.phtml
View file @
af57cc1
...
...
@@ -57,7 +57,7 @@
<span
class=
"iconfont {{#if promotionId}}disabled{{/if}}"
>
624
;</span>
</a>
</div>
{
{#unless
discountBuy
.discount
}
}
{
{#unless
discountBuy
}
}
<span
class=
"left-num"
></span>
{
{/unless
}
}
<input
id=
"left-num"
type=
"hidden"
value=
"0"
>
...
...
@@ -65,6 +65,8 @@
{
{#
discountBuy
}
}
{
{if
discount
}
}
<span
class=
"left-num-discount"
style=
"color: #e10;position: absolute;top: 0.5rem;left: 9.5rem;overflow: hidden;white-space: nowrap;width: 5.2rem;-o-text-overflow: ellipsis;text-overflow: ellipsis;"
>
{
{mnum
}
}件起购享
{
{discount
}
}折</span>
{
{^
}
}
<span
class=
"left-num-discount"
style=
"color: #e10;position: absolute;top: 0.5rem;left: 9.5rem;overflow: hidden;white-space: nowrap;width: 5.2rem;-o-text-overflow: ellipsis;text-overflow: ellipsis;"
>
{
{mnum
}
}件起购</span>
{
{/if
}
}
<input
id=
"mnum"
type=
"hidden"
value=
"{{mnum}}"
>
{
{/
discountBuy
}
}
...
...
Please
register
or
login
to post a comment