|
|
@@ -104,6 +104,7 @@ class ProductClass extends BaseClass
|
|
|
$smallPrice = bcdiv($v['price'], $ratio, 2);
|
|
|
}
|
|
|
$list[$k]['smallPrice'] = $smallPrice;
|
|
|
+ $list[$k]['className'] = '百合类';
|
|
|
// $list[$k]['bigUnitName'] = xhItemService::getUnitName($v['bigUnit']);
|
|
|
// $list[$k]['smallUnitName'] = xhItemService::getUnitName($v['smallUnit']);
|
|
|
}
|