...
|
...
|
@@ -176,7 +176,7 @@ exports.getList = (req, res, next) => { |
|
|
limit: req.query.limit,
|
|
|
isMarsApp: req.yoho.isMarsApp,
|
|
|
isNowApp: req.yoho.isNowApp,
|
|
|
cityId: req.cookies.city_id || req.cookies.app_city_id || 0
|
|
|
cityId: req.cookies.app_city_id || 0
|
|
|
};
|
|
|
|
|
|
req.ctx(family).getList(params).then((result) => {
|
...
|
...
|
|