@@ -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 : '';