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
郭成尧
2017-02-17 15:31:17 +0800
Commit
a5b045de1d32cc5df36c68cda9a582de71153ec8
1 parent
c5946b5d
tofixed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/payment-process.js
utils/payment-process.js
View file @
a5b045d
...
...
@@ -183,7 +183,7 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) {
});
result
.
goods
=
goods
;
result
.
goodsPrice
=
goodsPrice
;
result
.
goodsPrice
=
goodsPrice
.
toFixed
(
2
)
;
}
// 支付方式
...
...
Please
register
or
login
to post a comment