shish 5 лет назад
Родитель
Сommit
cf7db377aa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -193,7 +193,7 @@ class PurchaseController extends BaseController
         $id = $order->id;
 
         $name = $orderSn;
-        $totalFee = $order->actPrice;
+        $totalFee = $order->realPrice;
 
         //强制使用小程序的miniOpenId
         $openId = isset($this->admin) && !empty($this->admin) ? $this->admin->miniOpenId : '';