shish 5 vuotta sitten
vanhempi
commit
7d3acac7f4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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['customName'] = $customName;
         $data['customAvatar'] = $customAvatar;
         $data['customAvatar'] = $customAvatar;
         $data['customMobile'] = $customMobile;
         $data['customMobile'] = $customMobile;
-
-        $data['actPrice'] = $totalPrice;
         $data['prePrice'] = $totalPrice;
         $data['prePrice'] = $totalPrice;
+        $data['actPrice'] = $totalPrice;
+        $data['realPrice'] = $totalPrice;
         $data['orderSn'] = $orderSn;
         $data['orderSn'] = $orderSn;
         $data['purchaseIds'] = implode(',', $arr);
         $data['purchaseIds'] = implode(',', $arr);
         $deadTime = time() + 120;
         $deadTime = time() + 120;