Showing
1 changed file
with
0 additions
and
5 deletions
@@ -200,12 +200,7 @@ const detailIndex = (req, res, next) => { | @@ -200,12 +200,7 @@ const detailIndex = (req, res, next) => { | ||
200 | 200 | ||
201 | return res.render('guang/detail', Object.assign({ | 201 | return res.render('guang/detail', Object.assign({ |
202 | css: yield css('guang/detail.css'), | 202 | css: yield css('guang/detail.css'), |
203 | - width750: true, | ||
204 | - title: '逛', | ||
205 | gender: gender, | 203 | gender: gender, |
206 | - wechatShare: true, | ||
207 | - isWeixin: isWeixin, | ||
208 | - isShare: isShare, | ||
209 | localStyle: processContents.css | 204 | localStyle: processContents.css |
210 | }, data)); | 205 | }, data)); |
211 | })().catch(next); | 206 | })().catch(next); |
-
Please register or login to post a comment