diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/data/city.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/data/city.js index 6e6e2f504..b94d2a5d3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/data/city.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/data/city.js @@ -1,4 +1,4 @@ -var cityData = [{ +var cityData = [{ value: '110000', text: '北京市', children: [{ @@ -7242,7 +7242,11 @@ }] }, { value: "441900", - text: "东莞市" + text: "东莞市", + children: [{ + value: "441901", + text: "市辖区" + }] }, { value: "442000", text: "中山市"