Showing
1 changed file
with
1 additions
and
1 deletions
@@ -176,7 +176,7 @@ exports.getList = (req, res, next) => { | @@ -176,7 +176,7 @@ exports.getList = (req, res, next) => { | ||
176 | limit: req.query.limit, | 176 | limit: req.query.limit, |
177 | isMarsApp: req.yoho.isMarsApp, | 177 | isMarsApp: req.yoho.isMarsApp, |
178 | isNowApp: req.yoho.isNowApp, | 178 | isNowApp: req.yoho.isNowApp, |
179 | - cityId: req.cookies.city_id || req.cookies.app_city_id || 0 | 179 | + cityId: req.cookies.app_city_id || 0 |
180 | }; | 180 | }; |
181 | 181 | ||
182 | req.ctx(family).getList(params).then((result) => { | 182 | req.ctx(family).getList(params).then((result) => { |
-
Please register or login to post a comment