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
Rock Zhang
2016-02-01 15:05:10 +0800
Commit
d6391a545a09740fc80325404e09cdef890518cf
1 parent
1a6fbeb1
修复结算页使用的有货币数目没有.00后缀的bug
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
d6391a5
...
...
@@ -447,7 +447,7 @@ class CartModel
}
// 有货币
$result
[
'yohoCoin'
]
=
$payReturn
[
'yoho_coin'
]
;
$result
[
'yohoCoin'
]
=
Helpers
::
transPrice
(
$payReturn
[
'yoho_coin'
])
;
/*
* 默认使用有货币
* $result['useYohoCoin'] = isset($orderCompute['use_yoho_coin']) ? $orderCompute['use_yoho_coin'] : $payReturn['use_yoho_coin'];
...
...
Please
register
or
login
to post a comment