Browse Source

一些功能

Kirin 3 years ago
parent
commit
4c20069e2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/store/StoreOrder.php

+ 1 - 1
app/models/store/StoreOrder.php

@@ -361,7 +361,7 @@ class StoreOrder extends BaseModel
             } else {
                 $payPostageSh = self::getOrderPriceGroup($cartInfo, $addr, $storeId)['storePostageSh'];
             }
-            $payPrice = bcadd($payPrice, $payPostageSh);
+            $payPrice = bcadd($payPrice, $payPostageSh, 2);
             $cartIds = [];
             $totalNum = 0;
             $gainIntegral = 0;