|
...
|
...
|
@@ -62,7 +62,7 @@ class ProductController extends BaseController |
|
|
|
$userModel = new User();
|
|
|
|
foreach ($lists['list'] as $k=>$v){
|
|
|
|
$route = getRouteMap(RouteMap::SOURCE_PRODUCT,$v['id'], 0, true);
|
|
|
|
$v['url'] = $this->user['domain'] . $route['route'];
|
|
|
|
$v['url'] = $this->user['domain'] . $route['route'] ?? '';
|
|
|
|
$v['pv'] = $route['pv'];
|
|
|
|
$v['category_id_text'] = $this->categoryName($v['id'],$cate_data);
|
|
|
|
$v['keyword_id_text'] = $this->keywordName($v['keyword_id'],$key_data);
|
...
|
...
|
|