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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
5cfa7721c57b801dfada95fffc48fa58cf974aee
1 parent
ea93c8c2
订单结算 价格显示.00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/js/cart/order-ensure.js
static/js/cart/order-ensure.js
View file @
5cfa772
...
...
@@ -79,6 +79,9 @@ function orderCompute() {
if
(
!
res
)
{
tip
.
show
(
'网络出错'
);
}
else
{
if
(
res
.
last_order_amount
)
{
res
.
last_order_amount
=
(
+
res
.
last_order_amount
).
toFixed
(
2
);
}
priceHtml
=
priceTmpl
({
sumPrice
:
res
.
order_amount
,
salePrice
:
res
.
discount_amount
,
...
...
Please
register
or
login
to post a comment