From 592da33293be19d1d943344be8d918bf804f269d Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 3 Aug 2021 15:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=9C=E8=8E=9E=E5=B8=82?= =?UTF-8?q?=E5=B8=82=E8=BE=96=E5=8C=BAjson=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Mobile/www/data/city.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: "中山市"