shish hace 5 años
padre
commit
7d3acac7f4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      biz-ghs/clear/classes/ClearClass.php

+ 2 - 2
biz-ghs/clear/classes/ClearClass.php

@@ -69,9 +69,9 @@ class ClearClass extends BaseClass
         $data['customName'] = $customName;
         $data['customAvatar'] = $customAvatar;
         $data['customMobile'] = $customMobile;
-
-        $data['actPrice'] = $totalPrice;
         $data['prePrice'] = $totalPrice;
+        $data['actPrice'] = $totalPrice;
+        $data['realPrice'] = $totalPrice;
         $data['orderSn'] = $orderSn;
         $data['purchaseIds'] = implode(',', $arr);
         $deadTime = time() + 120;