@@ -768,7 +768,7 @@ class OrderController extends BaseController
} elseif ($payWay == 1) {
//支付宝
- $totalFee = $order->actPrice;
+ $totalFee = $actPrice;
$subject = '购买花材';
$capitalType = dict::getDict('capitalType', 'xhOrder', 'id');
$shop = $this->shop;