Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
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
5db274802e35419c1eb0b65620f6239f44e68c11
1 parent
f5b64abf
'礼品卡明细金额二位小数'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
apps/home/views/action/home/gift/me-detail.hbs
apps/home/views/action/home/gift/me-detail.hbs
View file @
5db2748
...
...
@@ -6,8 +6,8 @@
<td
class=
"text-right validity-time"
>
有效期:
{{
dateStr
}}{{#if
willExpire
}}
(
{{
willExpire
}}
)
{{/if}}
</td>
</tr>
<tr>
<td
class=
"text-left"
>
面值:
{{
amount
}}
</td>
<td
colspan=
"2"
>
余额:
{{
remainAmount
}}
</td>
<td
class=
"text-left"
>
面值:
{{
round
amount
2
}}
</td>
<td
colspan=
"2"
>
余额:
{{
round
remainAmount
2
}}
</td>
</tr>
</table>
<div
class=
"me-gift-info-table"
>
...
...
@@ -32,15 +32,15 @@
<div>
{{
orderCode
}}
</div>
{{#
isEqual
type
1
}}
<div
class=
"consume"
>
消费
</div>
<div
class=
"consume"
>
-
{{
..
/
changeAmount
}}
</div>
<div
class=
"consume"
>
-
{{
round
..
/
changeAmount
2
}}
</div>
{{/
isEqual
}}
{{#
isEqual
type
2
}}
<div
class=
"refund"
>
退款
</div>
<div
class=
"refund"
>
+
{{
..
/
changeAmount
}}
</div>
<div
class=
"refund"
>
+
{{
round
..
/
changeAmount
2
}}
</div>
{{/
isEqual
}}
{{#
isEqual
type
3
}}
<div
class=
"refund"
>
退款
</div>
<div
class=
"refund"
>
+
{{
..
/
changeAmount
}}
</div>
<div
class=
"refund"
>
+
{{
round
..
/
changeAmount
2
}}
</div>
{{/
isEqual
}}
</div>
{{/
giftCardConsumeInfoBOList
}}
...
...
Please
register
or
login
to post a comment