city-picker icon indicating copy to clipboard operation
city-picker copied to clipboard

省市县初始赋值能不能是对应的ID

Open ivantree opened this issue 8 years ago • 2 comments

如何使用ID而不是中文名进行初始赋值? $citypicker2.citypicker({ province: '江苏省', city: '常州市', district: '溧阳市' }); 变成 $citypicker2.citypicker({ province: '320000', city: '320400', district: '320481' });

ivantree avatar Sep 10 '16 12:09 ivantree

$citypicker2.citypicker({ province: '江苏省', city: '常州市', district: '溧阳市' }); 不能赋值呢?

ghost avatar Sep 25 '16 07:09 ghost

请问如何解决的呀,这边遇到了同样的问题

weirui88888 avatar Aug 23 '17 09:08 weirui88888