Authored by xuqi

uid

... ... @@ -14,7 +14,7 @@ const helper = global.yoho.helpers;
// 结算页面
const index = (req, res, next) => {
orderModel.index(req.user.id).then(result => {
orderModel.index(req.user.uid).then(result => {
let data = result.data;
// 设置头部路径索引focus
... ...