|
@@ -325,6 +325,10 @@ class Info
|
|
|
$data = Dever::load('goods/lib/info')->getInfo($info, $attr, array($other, array('total')));
|
|
|
|
|
|
if($data) {
|
|
|
+ if (isset($other['min'])) {
|
|
|
+ $data['min'] = $other['min'];
|
|
|
+ }
|
|
|
+
|
|
|
$sku_id = $sku_id ? $sku_id : $data['sku_id'];
|
|
|
$data['total'] = 0;
|
|
|
if ($data['price_type'] == 4) {
|