dever 3 年之前
父节点
当前提交
3d1e364eed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/lib/Manage.php

+ 1 - 1
app/shop/lib/Manage.php

@@ -86,7 +86,7 @@ class Manage
 
         $cash = 0;
         $cash = $order['oprice'];
-        return $cash;
+        return round($cash, 2);
     }
 
     public function getOrderUrl($order_id, $order_num, $search)