...
|
...
|
@@ -98,7 +98,7 @@ const getDetailData = (req, res, next) => { |
|
|
res.render('plustar/detail', {
|
|
|
module: 'guang',
|
|
|
page: 'plustar-detail',
|
|
|
title: result.brandName,
|
|
|
title: result.brand_name,
|
|
|
pageHeader: headerModel.setNav({
|
|
|
navTitle: result.brand_name
|
|
|
}),
|
...
|
...
|
@@ -108,7 +108,7 @@ const getDetailData = (req, res, next) => { |
|
|
res.render('plustar/detail', {
|
|
|
module: 'guang',
|
|
|
page: 'plustar-detail',
|
|
|
title: result.brandName,
|
|
|
title: result.brand_name,
|
|
|
ps: result,
|
|
|
uid: uid,
|
|
|
isApp: isApp ? true : false
|
...
|
...
|
|