Merge branch 'qCloud' of http://git.yoho.cn/fe/yohobuywap-node into qCloud
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }); |
-
Please register or login to post a comment