shish 3 lat temu
rodzic
commit
64258be3e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-pt/controllers/TestController.php

+ 1 - 1
app-pt/controllers/TestController.php

@@ -355,7 +355,7 @@ class TestController extends PublicController
                     }
 
                     //付订金的情况!!
-                    $currentAmount = $debtPrice > 0 ? bcsub($actPrice, $debtPrice, 2) : $actPrice;
+                    $currentAmount = $debtPrice > 0 ? bcsub($mainPay, $debtPrice, 2) : $mainPay;
 
                     //使用非在线支付
                     switch ($payWay) {