Authored by zhangxiaoru

订单footer

... ... @@ -32,6 +32,7 @@ exports.order = (req, res, next) => {
navTitle: '我的订单'
}),
title: 'Yoho!Buy 有货',
pageFooter: true,
order: result
});
}).catch(next);
... ...