Authored by yyq

fix addr group

... ... @@ -12,7 +12,7 @@ const crypto = global.yoho.crypto;
const addressApi = require('../models/address-api');
const worldSort = 'abcdefghtjklmnopqrstuvwxyz';
const worldSort = 'abcdefghijklmnopqrstuvwxyz';
const getAreaListData = (id) => {
return addressApi.getAreaListAsync(id).then(result => {
... ...