|
|
@@ -992,10 +992,10 @@ class OrderClass extends BaseClass
|
|
|
}
|
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
- $content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
|
|
|
if ($showPrice == 1) {
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
if (isset($orderInfo['itemPrice']) && $orderInfo['itemPrice'] > 0) {
|
|
|
$content .= '商品金额:' . floatval($orderInfo['itemPrice']) . '<BR>';
|
|
|
}
|