...
|
...
|
@@ -200,12 +200,7 @@ const detailIndex = (req, res, next) => { |
|
|
|
|
|
return res.render('guang/detail', Object.assign({
|
|
|
css: yield css('guang/detail.css'),
|
|
|
width750: true,
|
|
|
title: '逛',
|
|
|
gender: gender,
|
|
|
wechatShare: true,
|
|
|
isWeixin: isWeixin,
|
|
|
isShare: isShare,
|
|
|
localStyle: processContents.css
|
|
|
}, data));
|
|
|
})().catch(next);
|
...
|
...
|
|