|
|
@@ -517,7 +517,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= ' 运费:' . floatval($respond['sendCost']) . '<BR>';
|
|
|
}
|
|
|
if (isset($order->labourCost) && $order->labourCost > 0) {
|
|
|
- $content .= '资材包装费:' . floatval($order->labourCost) . '<BR>';
|
|
|
+ $content .= '资材包装:' . floatval($order->labourCost) . '<BR>';
|
|
|
}
|
|
|
$content .= '订单金额:' . floatval($respond['orderPrice']) . '<BR>';
|
|
|
if (isset($respond['discountAmount']) && !empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
|