Authored by 张孝茹

去掉分享

@@ -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) => {