Showing
1 changed file
with
1 additions
and
0 deletions
@@ -32,6 +32,7 @@ exports.order = (req, res, next) => { | @@ -32,6 +32,7 @@ exports.order = (req, res, next) => { | ||
32 | navTitle: '我的订单' | 32 | navTitle: '我的订单' |
33 | }), | 33 | }), |
34 | title: 'Yoho!Buy 有货', | 34 | title: 'Yoho!Buy 有货', |
35 | + pageFooter: true, | ||
35 | order: result | 36 | order: result |
36 | }); | 37 | }); |
37 | }).catch(next); | 38 | }).catch(next); |
-
Please register or login to post a comment