Showing
1 changed file
with
0 additions
and
1 deletions
@@ -1621,7 +1621,6 @@ class CartModel | @@ -1621,7 +1621,6 @@ class CartModel | ||
1621 | } else if ($yohoCoinData['useYohoCoin'] > 0 || $yohoCoinData['yohoCoin'] > 0) { | 1621 | } else if ($yohoCoinData['useYohoCoin'] > 0 || $yohoCoinData['yohoCoin'] > 0) { |
1622 | $yohoCoinData['yohoCoinMsg'] = '可抵¥' . ($yohoCoinData['useYohoCoin'] > 0 ? $yohoCoinData['useYohoCoin'] : $yohoCoinData['yohoCoin']); | 1622 | $yohoCoinData['yohoCoinMsg'] = '可抵¥' . ($yohoCoinData['useYohoCoin'] > 0 ? $yohoCoinData['useYohoCoin'] : $yohoCoinData['yohoCoin']); |
1623 | $yohoCoinData['yohoCoinClick'] = 1; | 1623 | $yohoCoinData['yohoCoinClick'] = 1; |
1624 | - $yohoCoinData['yohoCoinNum'] = ($yohoCoinData['useYohoCoin'] > 0 ? $yohoCoinData['useYohoCoin'] : $yohoCoinData['yohoCoin']) * 100; | ||
1625 | } else { | 1624 | } else { |
1626 | $yohoCoinData['yohoCoinMsg'] = "抱歉,您的订单实付款不满足有货币使用条件"; | 1625 | $yohoCoinData['yohoCoinMsg'] = "抱歉,您的订单实付款不满足有货币使用条件"; |
1627 | } | 1626 | } |
-
Please register or login to post a comment