作者 wangzhi

222

... ... @@ -500,7 +500,7 @@ class Index extends Api
}
foreach ($product_id as $k => $v) {
$lists[$k] = $this->product_arr($v['id']);
$lists[$k]['pid'] = $v['id'];
$list[$k]['pid'] = $v['id'];
}
$list = $this->three_arr($lists);
$count = \db('product')
... ...