|
...
|
...
|
@@ -56,6 +56,7 @@ class ProductController extends BaseController |
|
|
|
$v['keyword_id_text'] = $this->keywordName($v['keyword_id'],$key_data);
|
|
|
|
$v['created_uid_text'] = $userModel->getName($v['created_uid']);
|
|
|
|
$v['is_renovation'] = $this->getProductIsRenovation($info,$v['id']);
|
|
|
|
$v['url'] = $this->user['domain'].$v['route'];
|
|
|
|
$lists['list'][$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|