Authored by 姜枫

Merge branch 'qCloud' of http://git.yoho.cn/fe/yohobuywap-node into qCloud

@@ -170,7 +170,7 @@ const locationList = (params) => { @@ -170,7 +170,7 @@ const locationList = (params) => {
170 return _getThrAddressData(params).then(result => { 170 return _getThrAddressData(params).then(result => {
171 if (result.data) { 171 if (result.data) {
172 return { 172 return {
173 - addressList: camelCase(result.data) 173 + addressList: result.data
174 }; 174 };
175 } 175 }
176 }); 176 });