Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
9fd75cbdc3d9b1c473316ad766620e3d658e4b42
1 parent
e7ece763
yohocoin precious
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/models/order.js
apps/shopping/models/order.js
View file @
9fd75cb
...
...
@@ -54,7 +54,7 @@ const index = uid => {
}
});
theData
.
yoho_coin
*=
100
;
// 有货币稀释
theData
.
yoho_coin
=
_
.
round
(
theData
.
yoho_coin
*
100
);
// 有货币稀释(round浮点精度问题)
shopping
.
balanceCoin
=
theData
.
use_yoho_coin
;
...
...
Please
register
or
login
to post a comment