shish 1 ماه پیش
والد
کامیت
b3ba4b716b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      biz-hd/order/classes/OrderClass.php

+ 1 - 1
biz-hd/order/classes/OrderClass.php

@@ -1077,7 +1077,7 @@ class OrderClass extends BaseClass
         if (!empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
             $content .= '优惠扣除:-' . floatval($respond['discountAmount']) . '<BR>';
         }
-        $content .= '订单金额:' . floatval($respond['orderPrice']) . '<BR>';
+        $content .= '<B>金额:' . floatval($respond['orderPrice']) . '</B><BR>';
         if (isset($respond['refundPrice']) && $respond['refundPrice'] > 0) {
             $content .= '退款金额:' . floatval($respond['refundPrice']) . '<BR>';
         }