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