Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
8 years ago
Commit
3719a1e53d028a1c8d2af4683dd7568e65fb5470
1 parent
cab9f67a
10-discount-handle
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
public/hbs/product/detail/infodata.hbs
public/hbs/product/detail/infodata.hbs
View file @
3719a1e
...
...
@@ -56,8 +56,12 @@
</a>
</div>
{{#if
@root
.
discountBuy
}}
<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;"
>
{{
@root
.
discountBuy
.
num
}}
件起购享
{{
@root
.
discountBuy
.
discount
}}
折
</span>
<input
id=
"mnum"
type=
"hidden"
value=
"
{{
@root
.
discountBuy
.
num
}}
"
>
{{#if
@root
.
discountBuy
.
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;"
>
{{
@root
.
discountBuy
.
num
}}
件起购享
{{
@root
.
discountBuy
.
discount
}}
折
</span>
{{^}}
<span
class=
"left-num"
></span>
{{/if}}
{{^}}
<span
class=
"left-num"
></span>
{{/if}}
...
...
Please
register
or
login
to post a comment