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
Plain Diff
Browse Files
Authored by
王水玲
2016-08-15 19:53:58 +0800
Commit
2b91c0ddfce4ea84e898c959c2cef0b21f542475
2 parents
601cc593
d78ecf5b
Merge branch 'feature/installment' of git.yoho.cn:fe/yohobuywap-node into feature/installment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/home/views/action/installment/order-detail.hbs
apps/home/views/action/installment/order-detail.hbs
View file @
2b91c0d
...
...
@@ -22,7 +22,7 @@
<div
class=
"installment-summary"
>
<div
class=
"installment-box"
>
<div>
分期
应还
</div>
<div>
分期
本金
</div>
<div>
¥
{{
avgPrincipalAmt
}}
</div>
</div>
...
...
@@ -32,7 +32,7 @@
</div>
<div
class=
"installment-box"
>
<div>
总计
应还
</div>
<div>
分期总
应还
</div>
<div>
¥
{{
amount
}}
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment