mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[Improvement] AddressEdit: fit in small screen (#1082)
This commit is contained in:
26
packages/area/demo/area.simple.js
Normal file
26
packages/area/demo/area.simple.js
Normal file
@@ -0,0 +1,26 @@
|
||||
export default {
|
||||
'province_list': {
|
||||
'110000': '北京市'
|
||||
},
|
||||
'city_list': {
|
||||
'110100': '北京市'
|
||||
},
|
||||
'county_list': {
|
||||
'110101': '东城区',
|
||||
'110102': '西城区',
|
||||
'110105': '朝阳区',
|
||||
'110106': '丰台区',
|
||||
'110107': '石景山区',
|
||||
'110108': '海淀区',
|
||||
'110109': '门头沟区',
|
||||
'110111': '房山区',
|
||||
'110112': '通州区',
|
||||
'110113': '顺义区',
|
||||
'110114': '昌平区',
|
||||
'110115': '大兴区',
|
||||
'110116': '怀柔区',
|
||||
'110117': '平谷区',
|
||||
'110228': '密云县',
|
||||
'110229': '延庆县'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user