Showing
1 changed file
with
1 additions
and
0 deletions
@@ -117,6 +117,7 @@ const cart = (req, res, next) => { | @@ -117,6 +117,7 @@ const cart = (req, res, next) => { | ||
117 | } | 117 | } |
118 | 118 | ||
119 | return res.render('cart', { | 119 | return res.render('cart', { |
120 | + title: '购物车 | ' + (res.locals.title || ''), | ||
120 | module: 'cart', | 121 | module: 'cart', |
121 | page: 'cart', | 122 | page: 'cart', |
122 | stepper: stepper, | 123 | stepper: stepper, |
-
Please register or login to post a comment