Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
703e434985480134c46cd69825606709e1041691
1 parent
0747c6d3
有货币抵扣
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
View file @
703e434
...
...
@@ -1621,7 +1621,6 @@ class CartModel
} else if (
$yohoCoinData['useYohoCoin']
> 0 ||
$yohoCoinData['yohoCoin']
> 0) {
$yohoCoinData['yohoCoinMsg']
= '可抵¥' . (
$yohoCoinData['useYohoCoin']
> 0 ?
$yohoCoinData['useYohoCoin']
:
$yohoCoinData['yohoCoin']
);
$yohoCoinData['yohoCoinClick']
= 1;
$yohoCoinData['yohoCoinNum']
= (
$yohoCoinData['useYohoCoin']
> 0 ?
$yohoCoinData['useYohoCoin']
:
$yohoCoinData['yohoCoin']
) * 100;
} else {
$yohoCoinData['yohoCoinMsg']
= "
抱歉,您的订单实付款不满足有货币使用条件
";
}
...
...
Please
register
or
login
to post a comment