|
|
@@ -752,7 +752,7 @@ class OrderClass extends BaseClass
|
|
|
//当前花材的花店价
|
|
|
$currentPrice = $productInfo[$productId]['price'] ?? 0;
|
|
|
$list[$key]['currentHdPrice'] = floatval($currentPrice);
|
|
|
- $list[$key]['property'] = $val['rank'] . '级';
|
|
|
+ $list[$key]['property'] = '';
|
|
|
$price = $val['price'];
|
|
|
$totalPrice = stringUtil::calcAdd($totalPrice, $price);
|
|
|
$kind++;
|