|
|
@ -27,7 +27,7 @@ class _PhoneAddressPage extends State<PhoneAddressPage> { |
|
|
|
|
|
|
|
|
|
|
|
void areaCode() async { |
|
|
|
void areaCode() async { |
|
|
|
var value = |
|
|
|
var value = |
|
|
|
await rootBundle.loadString('assets/map_style/area_code_full.json'); |
|
|
|
await rootBundle.loadString('assets/area_code/area_code_full.json'); |
|
|
|
areaMap = jsonDecode(value); |
|
|
|
areaMap = jsonDecode(value); |
|
|
|
areaMap.forEach((key, value) { |
|
|
|
areaMap.forEach((key, value) { |
|
|
|
areaList.add(key); |
|
|
|
areaList.add(key); |
|
|
|