|
|
@@ -536,13 +536,13 @@ class OrderClass extends BaseClass
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
|
|
|
- $content .= ' 运费:' . floatval($respond['sendCost']) . '<BR>';
|
|
|
+ $content .= '运费:' . floatval($respond['sendCost']) . '<BR>';
|
|
|
}
|
|
|
if (isset($order->serviceFee) && $order->serviceFee > 0) {
|
|
|
- $content .= ' 手续费:' . floatval($order->serviceFee) . '<BR>';
|
|
|
+ $content .= '服务费:' . floatval($order->serviceFee) . '<BR>';
|
|
|
}
|
|
|
if (isset($order->labourCost) && $order->labourCost > 0) {
|
|
|
- $content .= ' 人工包装费:' . floatval($order->labourCost) . '<BR>';
|
|
|
+ $content .= '包装费:' . floatval($order->labourCost) . '<BR>';
|
|
|
}
|
|
|
if (isset($respond['discountAmount']) && !empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
|
|
|
$content .= '优惠扣除:-' . floatval($respond['discountAmount']) . '<BR>';
|