shish 4 ani în urmă
părinte
comite
911718931d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      biz-hd/order/classes/OrderClass.php

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

@@ -536,7 +536,7 @@ class OrderClass extends BaseClass
             $content .= '实付金额:' . floatval($respond['realPrice']) . '<BR>';
         }
         if (isset($order->remainDebtPrice) && $order->remainDebtPrice > 0) {
-            $content .= '尾款:' . floatval($order->remainDebtPrice) . '<BR>';
+            $content .= '<BOLD>待付尾款:' . floatval($order->remainDebtPrice) . '<BOLD><BR>';
         }
 
         $shop = ShopClass::getById($shopId, true);