@oxiaom/adoremix-linux-x64 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/index.js +24 -0
  2. package/native/.adoremix-native.json +1 -0
  3. package/native/AdoreMixV8.0.17_console_linuxx64 +0 -0
  4. package/native/README.md +20 -0
  5. package/native/audio/libqtaudio_alsa.so +0 -0
  6. package/native/audio/libqtmedia_pulse.so +0 -0
  7. package/native/bearer/libqconnmanbearer.so +0 -0
  8. package/native/bearer/libqgenericbearer.so +0 -0
  9. package/native/bearer/libqnmbearer.so +0 -0
  10. package/native/etc/Demo1.ini +49 -0
  11. package/native/etc/docroot/bangzhu/.project +22 -0
  12. package/native/etc/docroot/bangzhu/css/app.css +21 -0
  13. package/native/etc/docroot/bangzhu/css/feedback.css +131 -0
  14. package/native/etc/docroot/bangzhu/css/icons-extra.css +63 -0
  15. package/native/etc/docroot/bangzhu/css/mui.dtpicker.css +136 -0
  16. package/native/etc/docroot/bangzhu/css/mui.imageviewer.css +123 -0
  17. package/native/etc/docroot/bangzhu/css/mui.indexedlist.css +112 -0
  18. package/native/etc/docroot/bangzhu/css/mui.listpicker.css +95 -0
  19. package/native/etc/docroot/bangzhu/css/mui.min.css +5 -0
  20. package/native/etc/docroot/bangzhu/css/mui.picker.all.css +285 -0
  21. package/native/etc/docroot/bangzhu/css/mui.picker.css +85 -0
  22. package/native/etc/docroot/bangzhu/css/mui.picker.min.css +7 -0
  23. package/native/etc/docroot/bangzhu/css/mui.poppicker.css +64 -0
  24. package/native/etc/docroot/bangzhu/examples/accordion.html +125 -0
  25. package/native/etc/docroot/bangzhu/examples/actionsheet-plus.html +128 -0
  26. package/native/etc/docroot/bangzhu/examples/actionsheet.html +153 -0
  27. package/native/etc/docroot/bangzhu/examples/ad.html +47 -0
  28. package/native/etc/docroot/bangzhu/examples/ajax.html +155 -0
  29. package/native/etc/docroot/bangzhu/examples/badges.html +54 -0
  30. package/native/etc/docroot/bangzhu/examples/beecloud.html +150 -0
  31. package/native/etc/docroot/bangzhu/examples/best-practices/list-to-detail/detail.html +104 -0
  32. package/native/etc/docroot/bangzhu/examples/best-practices/list-to-detail/list-to-detail.css +160 -0
  33. package/native/etc/docroot/bangzhu/examples/best-practices/list-to-detail/listview.html +326 -0
  34. package/native/etc/docroot/bangzhu/examples/best-practices/list-to-detail/vue.min.js +8 -0
  35. package/native/etc/docroot/bangzhu/examples/buttons-with-badges.html +48 -0
  36. package/native/etc/docroot/bangzhu/examples/buttons-with-block.html +50 -0
  37. package/native/etc/docroot/bangzhu/examples/buttons-with-icons.html +68 -0
  38. package/native/etc/docroot/bangzhu/examples/buttons-with-loading.html +86 -0
  39. package/native/etc/docroot/bangzhu/examples/buttons.html +89 -0
  40. package/native/etc/docroot/bangzhu/examples/card.html +97 -0
  41. package/native/etc/docroot/bangzhu/examples/checkbox.html +68 -0
  42. package/native/etc/docroot/bangzhu/examples/clouddb_wilddog.html +268 -0
  43. package/native/etc/docroot/bangzhu/examples/date.html +88 -0
  44. package/native/etc/docroot/bangzhu/examples/dialog.html +82 -0
  45. package/native/etc/docroot/bangzhu/examples/dtpicker.html +129 -0
  46. package/native/etc/docroot/bangzhu/examples/echarts.html +150 -0
  47. package/native/etc/docroot/bangzhu/examples/feedback.html +72 -0
  48. package/native/etc/docroot/bangzhu/examples/grid-default.html +61 -0
  49. package/native/etc/docroot/bangzhu/examples/grid-pagination.html +266 -0
  50. package/native/etc/docroot/bangzhu/examples/guide.html +269 -0
  51. package/native/etc/docroot/bangzhu/examples/icons-extra.html +161 -0
  52. package/native/etc/docroot/bangzhu/examples/icons.html +182 -0
  53. package/native/etc/docroot/bangzhu/examples/im-chat.html +711 -0
  54. package/native/etc/docroot/bangzhu/examples/imageviewer-native.html +90 -0
  55. package/native/etc/docroot/bangzhu/examples/imageviewer.html +197 -0
  56. package/native/etc/docroot/bangzhu/examples/indexed-list-select.html +459 -0
  57. package/native/etc/docroot/bangzhu/examples/indexed-list.html +265 -0
  58. package/native/etc/docroot/bangzhu/examples/info.html +119 -0
  59. package/native/etc/docroot/bangzhu/examples/input.html +108 -0
  60. package/native/etc/docroot/bangzhu/examples/lazyload-image.html +73 -0
  61. package/native/etc/docroot/bangzhu/examples/list-triplex-row.html +115 -0
  62. package/native/etc/docroot/bangzhu/examples/list-with-input.html +91 -0
  63. package/native/etc/docroot/bangzhu/examples/locker-dom.html +85 -0
  64. package/native/etc/docroot/bangzhu/examples/login.html +83 -0
  65. package/native/etc/docroot/bangzhu/examples/media-list.html +220 -0
  66. package/native/etc/docroot/bangzhu/examples/message-bottom.html +87 -0
  67. package/native/etc/docroot/bangzhu/examples/modals.html +45 -0
  68. package/native/etc/docroot/bangzhu/examples/nav-nativeObj.html +45 -0
  69. package/native/etc/docroot/bangzhu/examples/nav.html +135 -0
  70. package/native/etc/docroot/bangzhu/examples/nav_transparent.html +127 -0
  71. package/native/etc/docroot/bangzhu/examples/nav_transparent_native.html +121 -0
  72. package/native/etc/docroot/bangzhu/examples/numbox.html +114 -0
  73. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-down.html +384 -0
  74. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-left-plus-main.html +293 -0
  75. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-left-plus-menu.html +102 -0
  76. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-left.html +228 -0
  77. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-right-plus-main.html +292 -0
  78. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-right-plus-menu.html +111 -0
  79. package/native/etc/docroot/bangzhu/examples/offcanvas-drag-right.html +220 -0
  80. package/native/etc/docroot/bangzhu/examples/pagination.html +236 -0
  81. package/native/etc/docroot/bangzhu/examples/picker.html +159 -0
  82. package/native/etc/docroot/bangzhu/examples/popovers.html +200 -0
  83. package/native/etc/docroot/bangzhu/examples/progressbar.html +171 -0
  84. package/native/etc/docroot/bangzhu/examples/pullrefresh.html +86 -0
  85. package/native/etc/docroot/bangzhu/examples/pullrefresh_main.html +46 -0
  86. package/native/etc/docroot/bangzhu/examples/pullrefresh_sub.html +101 -0
  87. package/native/etc/docroot/bangzhu/examples/pullrefresh_with_tab.html +586 -0
  88. package/native/etc/docroot/bangzhu/examples/radio.html +93 -0
  89. package/native/etc/docroot/bangzhu/examples/range.html +89 -0
  90. package/native/etc/docroot/bangzhu/examples/setting.html +910 -0
  91. package/native/etc/docroot/bangzhu/examples/slider-default.html +98 -0
  92. package/native/etc/docroot/bangzhu/examples/slider-native.html +43 -0
  93. package/native/etc/docroot/bangzhu/examples/slider-table-default.html +62 -0
  94. package/native/etc/docroot/bangzhu/examples/slider-table-pagination.html +74 -0
  95. package/native/etc/docroot/bangzhu/examples/slider-with-title.html +99 -0
  96. package/native/etc/docroot/bangzhu/examples/switches.html +92 -0
  97. package/native/etc/docroot/bangzhu/examples/tab-top-subpage-1.html +131 -0
  98. package/native/etc/docroot/bangzhu/examples/tab-top-subpage-2.html +131 -0
  99. package/native/etc/docroot/bangzhu/examples/tab-top-subpage-3.html +56 -0
  100. package/native/etc/docroot/bangzhu/examples/tab-top-subpage-4.html +110 -0
  101. package/native/etc/docroot/bangzhu/examples/tab-top-subpage-5.html +131 -0
  102. package/native/etc/docroot/bangzhu/examples/tab-top-webview-main.html +183 -0
  103. package/native/etc/docroot/bangzhu/examples/tab-vertical-scroll.html +170 -0
  104. package/native/etc/docroot/bangzhu/examples/tab-webview-main.html +112 -0
  105. package/native/etc/docroot/bangzhu/examples/tab-webview-subpage-about.html +38 -0
  106. package/native/etc/docroot/bangzhu/examples/tab-webview-subpage-chat.html +127 -0
  107. package/native/etc/docroot/bangzhu/examples/tab-webview-subpage-contact.html +155 -0
  108. package/native/etc/docroot/bangzhu/examples/tab-webview-subpage-setting.html +79 -0
  109. package/native/etc/docroot/bangzhu/examples/tab-with-segmented-control-vertical.html +85 -0
  110. package/native/etc/docroot/bangzhu/examples/tab-with-segmented-control.html +195 -0
  111. package/native/etc/docroot/bangzhu/examples/tab-with-viewpagerindicator.html +203 -0
  112. package/native/etc/docroot/bangzhu/examples/tabbar-labels-only.html +44 -0
  113. package/native/etc/docroot/bangzhu/examples/tabbar-with-submenus.html +75 -0
  114. package/native/etc/docroot/bangzhu/examples/tabbar.html +247 -0
  115. package/native/etc/docroot/bangzhu/examples/tableviews-with-badges.html +78 -0
  116. package/native/etc/docroot/bangzhu/examples/tableviews-with-collapses.html +83 -0
  117. package/native/etc/docroot/bangzhu/examples/tableviews-with-swipe.html +184 -0
  118. package/native/etc/docroot/bangzhu/examples/tableviews.html +87 -0
  119. package/native/etc/docroot/bangzhu/examples/typography.html +41 -0
  120. package/native/etc/docroot/bangzhu/fonts/mui-icons-extra.ttf +0 -0
  121. package/native/etc/docroot/bangzhu/fonts/mui.ttf +0 -0
  122. package/native/etc/docroot/bangzhu/images/60x60.gif +0 -0
  123. package/native/etc/docroot/bangzhu/images/cbd.jpg +0 -0
  124. package/native/etc/docroot/bangzhu/images/login-1.png +0 -0
  125. package/native/etc/docroot/bangzhu/images/logo.png +0 -0
  126. package/native/etc/docroot/bangzhu/images/muwu.jpg +0 -0
  127. package/native/etc/docroot/bangzhu/images/qrcode.png +0 -0
  128. package/native/etc/docroot/bangzhu/images/shuijiao.jpg +0 -0
  129. package/native/etc/docroot/bangzhu/images/yuantiao.jpg +0 -0
  130. package/native/etc/docroot/bangzhu/index-menu.html +196 -0
  131. package/native/etc/docroot/bangzhu/index.html +414 -0
  132. package/native/etc/docroot/bangzhu/js/95516.js +32 -0
  133. package/native/etc/docroot/bangzhu/js/arttmpl.js +2 -0
  134. package/native/etc/docroot/bangzhu/js/beecloud.js +141 -0
  135. package/native/etc/docroot/bangzhu/js/city.data-3.js +11548 -0
  136. package/native/etc/docroot/bangzhu/js/city.data.js +1605 -0
  137. package/native/etc/docroot/bangzhu/js/feedback.js +234 -0
  138. package/native/etc/docroot/bangzhu/js/mui.dtpicker.js +471 -0
  139. package/native/etc/docroot/bangzhu/js/mui.imageViewer.js +268 -0
  140. package/native/etc/docroot/bangzhu/js/mui.indexedlist.js +187 -0
  141. package/native/etc/docroot/bangzhu/js/mui.js +8390 -0
  142. package/native/etc/docroot/bangzhu/js/mui.lazyload.img.js +116 -0
  143. package/native/etc/docroot/bangzhu/js/mui.lazyload.js +327 -0
  144. package/native/etc/docroot/bangzhu/js/mui.listpicker.js +399 -0
  145. package/native/etc/docroot/bangzhu/js/mui.locker.js +303 -0
  146. package/native/etc/docroot/bangzhu/js/mui.min.js +6 -0
  147. package/native/etc/docroot/bangzhu/js/mui.picker.all.js +1018 -0
  148. package/native/etc/docroot/bangzhu/js/mui.picker.js +389 -0
  149. package/native/etc/docroot/bangzhu/js/mui.picker.min.js +7 -0
  150. package/native/etc/docroot/bangzhu/js/mui.poppicker.js +160 -0
  151. package/native/etc/docroot/bangzhu/js/mui.previewimage.js +382 -0
  152. package/native/etc/docroot/bangzhu/js/mui.pullToRefresh.js +407 -0
  153. package/native/etc/docroot/bangzhu/js/mui.pullToRefresh.material.js +352 -0
  154. package/native/etc/docroot/bangzhu/js/mui.view.js +628 -0
  155. package/native/etc/docroot/bangzhu/js/mui.zoom.js +322 -0
  156. package/native/etc/docroot/bangzhu/js/update.js +45 -0
  157. package/native/etc/docroot/bangzhu/js/webviewGroup.js +286 -0
  158. package/native/etc/docroot/bangzhu/libs/echarts-all.js +35 -0
  159. package/native/etc/docroot/bangzhu/manifest.json +994 -0
  160. package/native/etc/docroot/index.html +1 -0
  161. package/native/etc/docroot/luyin2/index.html +145 -0
  162. package/native/etc/docroot/luyin2/js/jquery-1.10.1.min.js +6 -0
  163. package/native/etc/docroot/luyin2/js/jquery-1.5.min.js +16 -0
  164. package/native/etc/docroot/luyin2/js/jquery.js +18 -0
  165. package/native/etc/docroot/luyin2/js/jquery.multiselect.js +104 -0
  166. package/native/etc/docroot/luyin2/js/lame.min.js +308 -0
  167. package/native/etc/docroot/luyin2/js/recordmp3.js +239 -0
  168. package/native/etc/docroot/luyin2/js/worker-realtime.js +106 -0
  169. package/native/etc/docroot/luyin2//346/223/215/344/275/234/346/214/207/345/215/227.txt +3 -0
  170. package/native/etc/docroot/static/css/app.8421a6d597ba48619941ccd4e386fbb2.css +675 -0
  171. package/native/etc/docroot/static/css/app.8421a6d597ba48619941ccd4e386fbb2.css.map +1 -0
  172. package/native/etc/docroot/static/fonts/element-icons.535877f.woff +0 -0
  173. package/native/etc/docroot/static/fonts/element-icons.732389d.ttf +0 -0
  174. package/native/etc/docroot/static/img/login_bg.ad6b482.jpg +0 -0
  175. package/native/etc/docroot/static/js/app.eff1c2200a448936b027.js +2 -0
  176. package/native/etc/docroot/static/js/app.eff1c2200a448936b027.js.map +1 -0
  177. package/native/etc/docroot/static/js/manifest.400eada2d24447a4fc30.js +2 -0
  178. package/native/etc/docroot/static/js/manifest.400eada2d24447a4fc30.js.map +1 -0
  179. package/native/etc/docroot/static/js/vendor.ca4f735ec1dfe336a804.js +45 -0
  180. package/native/etc/docroot/static/js/vendor.ca4f735ec1dfe336a804.js.map +1 -0
  181. package/native/etc/docroot/tts.js +151 -0
  182. package/native/etc/docroot/xcx/Discover.html +156 -0
  183. package/native/etc/docroot/xcx/css/mui.css +5649 -0
  184. package/native/etc/docroot/xcx/css/mui.min.css +5 -0
  185. package/native/etc/docroot/xcx/devicelist.html +659 -0
  186. package/native/etc/docroot/xcx/fonts/mui.ttf +0 -0
  187. package/native/etc/docroot/xcx/index.html +75 -0
  188. package/native/etc/docroot/xcx/index.js +1 -0
  189. package/native/etc/docroot/xcx/js/axios.min.js +3 -0
  190. package/native/etc/docroot/xcx/js/axios.min.map +1 -0
  191. package/native/etc/docroot/xcx/js/js.cookie.js +8 -0
  192. package/native/etc/docroot/xcx/js/mui.js +8390 -0
  193. package/native/etc/docroot/xcx/js/mui.min.js +6 -0
  194. package/native/etc/docroot/xcx/main.html +85 -0
  195. package/native/etc/ssl/README.txt +5 -0
  196. package/native/etc/ssl/ca.crt +21 -0
  197. package/native/etc/ssl/ca.key +27 -0
  198. package/native/etc/ssl/client.crt +20 -0
  199. package/native/etc/ssl/client.key +28 -0
  200. package/native/etc/ssl/client.p12 +0 -0
  201. package/native/etc/ssl/server.crt +20 -0
  202. package/native/etc/ssl/server.key +28 -0
  203. package/native/etc/templates/demo-de.tpl +12 -0
  204. package/native/etc/templates/demo.tpl +12 -0
  205. package/native/etc/ttys/adore03.sql +426 -0
  206. package/native/etc/ttys/adore04.sql +426 -0
  207. package/native/etc/ttys/adore1.sql +859 -0
  208. package/native/etc/ttys/adore_mix22.sql +806 -0
  209. package/native/etc/ttys/sqlite.sql +1140 -0
  210. package/native/etc/ttys/sqlite3main.sql +434 -0
  211. package/native/etc/ttys/sqltest.sql +279 -0
  212. package/native/etc/ttys/tp3sql.sql +1412 -0
  213. package/native/find.js +529 -0
  214. package/native/findsc.js +701 -0
  215. package/native/iconengines/libqsvgicon.so +0 -0
  216. package/native/imageformats/libqgif.so +0 -0
  217. package/native/imageformats/libqico.so +0 -0
  218. package/native/imageformats/libqjpeg.so +0 -0
  219. package/native/imageformats/libqsvg.so +0 -0
  220. package/native/lib/libQt5Concurrent.so.5 +0 -0
  221. package/native/lib/libQt5Core.so.5 +0 -0
  222. package/native/lib/libQt5DBus.so.5 +0 -0
  223. package/native/lib/libQt5Multimedia.so.5 +0 -0
  224. package/native/lib/libQt5MultimediaGstTools.so.5 +0 -0
  225. package/native/lib/libQt5Network.so.5 +0 -0
  226. package/native/lib/libQt5Sql.so.5 +0 -0
  227. package/native/lib/libQt5Svg.so.5 +0 -0
  228. package/native/lib/libQt5WebSockets.so.5 +0 -0
  229. package/native/lib/libQt5Xml.so.5 +0 -0
  230. package/native/lib/libcrypto.so.3 +0 -0
  231. package/native/lib/libgcc_s.so.1 +0 -0
  232. package/native/lib/libmariadb.so.3 +0 -0
  233. package/native/lib/libmp3lame.so.0 +0 -0
  234. package/native/lib/libmp3lame.so.0.0.0 +0 -0
  235. package/native/lib/libopus.so.0 +0 -0
  236. package/native/lib/libopus.so.0.8.0 +0 -0
  237. package/native/lib/libopusfile.so.0 +0 -0
  238. package/native/lib/libopusfile.so.0.4.2 +0 -0
  239. package/native/lib/libopusurl.so.0 +0 -0
  240. package/native/lib/libopusurl.so.0.4.2 +0 -0
  241. package/native/lib/libsqlite3.so.0 +0 -0
  242. package/native/lib/libsqlite3.so.0.8.6 +0 -0
  243. package/native/lib/libssl.so.3 +0 -0
  244. package/native/lib/libstdc++.so.6 +0 -0
  245. package/native/lib/libstdc++.so.6.0.30 +0 -0
  246. package/native/mediaservice/libgstaudiodecoder.so +0 -0
  247. package/native/mediaservice/libgstcamerabin.so +0 -0
  248. package/native/mediaservice/libgstmediacapture.so +0 -0
  249. package/native/mediaservice/libgstmediaplayer.so +0 -0
  250. package/native/platforms/libqeglfs.so +0 -0
  251. package/native/platforms/libqlinuxfb.so +0 -0
  252. package/native/platforms/libqminimal.so +0 -0
  253. package/native/platforms/libqminimalegl.so +0 -0
  254. package/native/platforms/libqoffscreen.so +0 -0
  255. package/native/platforms/libqvnc.so +0 -0
  256. package/native/platforms/libqxcb.so +0 -0
  257. package/native/qt.conf +3 -0
  258. package/native/sqldrivers/libqsqlite.so +0 -0
  259. package/native/sqldrivers/libqsqlmysql.so +0 -0
  260. package/native/sqldrivers/libsqlitecipher.so +0 -0
  261. package/native/tts.js +151 -0
  262. package/package.json +23 -0
@@ -0,0 +1,1605 @@
1
+ var cityData = [{
2
+ value: '110000',
3
+ text: '北京市',
4
+ children: [{
5
+ value: "110101",
6
+ text: "东城区"
7
+ }, {
8
+ value: "110102",
9
+ text: "西城区"
10
+ }, {
11
+ value: "110103",
12
+ text: "崇文区"
13
+ }, {
14
+ value: "110104",
15
+ text: "宣武区"
16
+ }, {
17
+ value: "110105",
18
+ text: "朝阳区"
19
+ }, {
20
+ value: "110106",
21
+ text: "丰台区"
22
+ }, {
23
+ value: "110107",
24
+ text: "石景山区"
25
+ }, {
26
+ value: "110108",
27
+ text: "海淀区"
28
+ }, {
29
+ value: "110109",
30
+ text: "门头沟区"
31
+ }, {
32
+ value: "110111",
33
+ text: "房山区"
34
+ }, {
35
+ value: "110112",
36
+ text: "通州区"
37
+ }, {
38
+ value: "110113",
39
+ text: "顺义区"
40
+ }, {
41
+ value: "110114",
42
+ text: "昌平区"
43
+ }, {
44
+ value: "110115",
45
+ text: "大兴区"
46
+ }, {
47
+ value: "110116",
48
+ text: "怀柔区"
49
+ }, {
50
+ value: "110117",
51
+ text: "平谷区"
52
+ }, {
53
+ value: "110228",
54
+ text: "密云县"
55
+ }, {
56
+ value: "110229",
57
+ text: "延庆县"
58
+ }, {
59
+ value: "110230",
60
+ text: "其它区"
61
+ }]
62
+ }, {
63
+ value: '120000',
64
+ text: '天津市',
65
+ children: [{
66
+ value: "120101",
67
+ text: "和平区"
68
+ }, {
69
+ value: "120102",
70
+ text: "河东区"
71
+ }, {
72
+ value: "120103",
73
+ text: "河西区"
74
+ }, {
75
+ value: "120104",
76
+ text: "南开区"
77
+ }, {
78
+ value: "120105",
79
+ text: "河北区"
80
+ }, {
81
+ value: "120106",
82
+ text: "红桥区"
83
+ }, {
84
+ value: "120107",
85
+ text: "塘沽区"
86
+ }, {
87
+ value: "120108",
88
+ text: "汉沽区"
89
+ }, {
90
+ value: "120109",
91
+ text: "大港区"
92
+ }, {
93
+ value: "120110",
94
+ text: "东丽区"
95
+ }, {
96
+ value: "120111",
97
+ text: "西青区"
98
+ }, {
99
+ value: "120112",
100
+ text: "津南区"
101
+ }, {
102
+ value: "120113",
103
+ text: "北辰区"
104
+ }, {
105
+ value: "120114",
106
+ text: "武清区"
107
+ }, {
108
+ value: "120115",
109
+ text: "宝坻区"
110
+ }, {
111
+ value: "120116",
112
+ text: "滨海新区"
113
+ }, {
114
+ value: "120221",
115
+ text: "宁河县"
116
+ }, {
117
+ value: "120223",
118
+ text: "静海县"
119
+ }, {
120
+ value: "120225",
121
+ text: "蓟县"
122
+ }, {
123
+ value: "120226",
124
+ text: "其它区"
125
+ }]
126
+ }, {
127
+ value: '130000',
128
+ text: '河北省',
129
+ children: [{
130
+ value: "130100",
131
+ text: "石家庄市"
132
+ }, {
133
+ value: "130200",
134
+ text: "唐山市"
135
+ }, {
136
+ value: "130300",
137
+ text: "秦皇岛市"
138
+ }, {
139
+ value: "130400",
140
+ text: "邯郸市"
141
+ }, {
142
+ value: "130500",
143
+ text: "邢台市"
144
+ }, {
145
+ value: "130600",
146
+ text: "保定市"
147
+ }, {
148
+ value: "130700",
149
+ text: "张家口市"
150
+ }, {
151
+ value: "130800",
152
+ text: "承德市"
153
+ }, {
154
+ value: "130900",
155
+ text: "沧州市"
156
+ }, {
157
+ value: "131000",
158
+ text: "廊坊市"
159
+ }, {
160
+ value: "131100",
161
+ text: "衡水市"
162
+ }]
163
+ }, {
164
+ value: '140000',
165
+ text: '山西省',
166
+ children: [{
167
+ value: "140100",
168
+ text: "太原市"
169
+ }, {
170
+ value: "140200",
171
+ text: "大同市"
172
+ }, {
173
+ value: "140300",
174
+ text: "阳泉市"
175
+ }, {
176
+ value: "140400",
177
+ text: "长治市"
178
+ }, {
179
+ value: "140500",
180
+ text: "晋城市"
181
+ }, {
182
+ value: "140600",
183
+ text: "朔州市"
184
+ }, {
185
+ value: "140700",
186
+ text: "晋中市"
187
+ }, {
188
+ value: "140800",
189
+ text: "运城市"
190
+ }, {
191
+ value: "140900",
192
+ text: "忻州市"
193
+ }, {
194
+ value: "141000",
195
+ text: "临汾市"
196
+ }, {
197
+ value: "141100",
198
+ text: "吕梁市"
199
+ }]
200
+ }, {
201
+ value: '150000',
202
+ text: '内蒙古',
203
+ children: [{
204
+ value: "150100",
205
+ text: "呼和浩特市"
206
+ }, {
207
+ value: "150200",
208
+ text: "包头市"
209
+ }, {
210
+ value: "150300",
211
+ text: "乌海市"
212
+ }, {
213
+ value: "150400",
214
+ text: "赤峰市"
215
+ }, {
216
+ value: "150500",
217
+ text: "通辽市"
218
+ }, {
219
+ value: "150600",
220
+ text: "鄂尔多斯市"
221
+ }, {
222
+ value: "150700",
223
+ text: "呼伦贝尔市"
224
+ }, {
225
+ value: "150800",
226
+ text: "巴彦淖尔市"
227
+ }, {
228
+ value: "150900",
229
+ text: "乌兰察布市"
230
+ }, {
231
+ value: "152200",
232
+ text: "兴安盟"
233
+ }, {
234
+ value: "152500",
235
+ text: "锡林郭勒盟"
236
+ }, {
237
+ value: "152900",
238
+ text: "阿拉善盟"
239
+ }]
240
+ }, {
241
+ value: '210000',
242
+ text: '辽宁省',
243
+ children: [{
244
+ value: "210100",
245
+ text: "沈阳市"
246
+ }, {
247
+ value: "210200",
248
+ text: "大连市"
249
+ }, {
250
+ value: "210300",
251
+ text: "鞍山市"
252
+ }, {
253
+ value: "210400",
254
+ text: "抚顺市"
255
+ }, {
256
+ value: "210500",
257
+ text: "本溪市"
258
+ }, {
259
+ value: "210600",
260
+ text: "丹东市"
261
+ }, {
262
+ value: "210700",
263
+ text: "锦州市"
264
+ }, {
265
+ value: "210800",
266
+ text: "营口市"
267
+ }, {
268
+ value: "210900",
269
+ text: "阜新市"
270
+ }, {
271
+ value: "211000",
272
+ text: "辽阳市"
273
+ }, {
274
+ value: "211100",
275
+ text: "盘锦市"
276
+ }, {
277
+ value: "211200",
278
+ text: "铁岭市"
279
+ }, {
280
+ value: "211300",
281
+ text: "朝阳市"
282
+ }, {
283
+ value: "211400",
284
+ text: "葫芦岛市"
285
+ }]
286
+ }, {
287
+ value: '220000',
288
+ text: '吉林省',
289
+ children: [{
290
+ value: "220100",
291
+ text: "长春市"
292
+ }, {
293
+ value: "220200",
294
+ text: "吉林市"
295
+ }, {
296
+ value: "220300",
297
+ text: "四平市"
298
+ }, {
299
+ value: "220400",
300
+ text: "辽源市"
301
+ }, {
302
+ value: "220500",
303
+ text: "通化市"
304
+ }, {
305
+ value: "220600",
306
+ text: "白山市"
307
+ }, {
308
+ value: "220700",
309
+ text: "松原市"
310
+ }, {
311
+ value: "220800",
312
+ text: "白城市"
313
+ }, {
314
+ value: "222400",
315
+ text: "延边朝鲜族自治州"
316
+ }]
317
+ }, {
318
+ value: '230000',
319
+ text: '黑龙江省',
320
+ children: [{
321
+ value: "230100",
322
+ text: "哈尔滨市"
323
+ }, {
324
+ value: "230200",
325
+ text: "齐齐哈尔市"
326
+ }, {
327
+ value: "230300",
328
+ text: "鸡西市"
329
+ }, {
330
+ value: "230400",
331
+ text: "鹤岗市"
332
+ }, {
333
+ value: "230500",
334
+ text: "双鸭山市"
335
+ }, {
336
+ value: "230600",
337
+ text: "大庆市"
338
+ }, {
339
+ value: "230700",
340
+ text: "伊春市"
341
+ }, {
342
+ value: "230800",
343
+ text: "佳木斯市"
344
+ }, {
345
+ value: "230900",
346
+ text: "七台河市"
347
+ }, {
348
+ value: "231000",
349
+ text: "牡丹江市"
350
+ }, {
351
+ value: "231100",
352
+ text: "黑河市"
353
+ }, {
354
+ value: "231200",
355
+ text: "绥化市"
356
+ }, {
357
+ value: "232700",
358
+ text: "大兴安岭地区"
359
+ }]
360
+ }, {
361
+ value: '310000',
362
+ text: '上海市',
363
+ children: [{
364
+ value: "310101",
365
+ text: "黄浦区"
366
+ }, {
367
+ value: "310103",
368
+ text: "卢湾区"
369
+ }, {
370
+ value: "310104",
371
+ text: "徐汇区"
372
+ }, {
373
+ value: "310105",
374
+ text: "长宁区"
375
+ }, {
376
+ value: "310106",
377
+ text: "静安区"
378
+ }, {
379
+ value: "310107",
380
+ text: "普陀区"
381
+ }, {
382
+ value: "310108",
383
+ text: "闸北区"
384
+ }, {
385
+ value: "310109",
386
+ text: "虹口区"
387
+ }, {
388
+ value: "310110",
389
+ text: "杨浦区"
390
+ }, {
391
+ value: "310112",
392
+ text: "闵行区"
393
+ }, {
394
+ value: "310113",
395
+ text: "宝山区"
396
+ }, {
397
+ value: "310114",
398
+ text: "嘉定区"
399
+ }, {
400
+ value: "310115",
401
+ text: "浦东新区"
402
+ }, {
403
+ value: "310116",
404
+ text: "金山区"
405
+ }, {
406
+ value: "310117",
407
+ text: "松江区"
408
+ }, {
409
+ value: "310118",
410
+ text: "青浦区"
411
+ }, {
412
+ value: "310119",
413
+ text: "南汇区"
414
+ }, {
415
+ value: "310120",
416
+ text: "奉贤区"
417
+ }, {
418
+ value: "310152",
419
+ text: "川沙区"
420
+ }, {
421
+ value: "310230",
422
+ text: "崇明县"
423
+ }, {
424
+ value: "310231",
425
+ text: "其它区"
426
+ }]
427
+ }, {
428
+ value: '320000',
429
+ text: '江苏省',
430
+ children: [{
431
+ value: "320100",
432
+ text: "南京市"
433
+ }, {
434
+ value: "320200",
435
+ text: "无锡市"
436
+ }, {
437
+ value: "320300",
438
+ text: "徐州市"
439
+ }, {
440
+ value: "320400",
441
+ text: "常州市"
442
+ }, {
443
+ value: "320500",
444
+ text: "苏州市"
445
+ }, {
446
+ value: "320600",
447
+ text: "南通市"
448
+ }, {
449
+ value: "320700",
450
+ text: "连云港市"
451
+ }, {
452
+ value: "320800",
453
+ text: "淮安市"
454
+ }, {
455
+ value: "320900",
456
+ text: "盐城市"
457
+ }, {
458
+ value: "321000",
459
+ text: "扬州市"
460
+ }, {
461
+ value: "321100",
462
+ text: "镇江市"
463
+ }, {
464
+ value: "321200",
465
+ text: "泰州市"
466
+ }, {
467
+ value: "321300",
468
+ text: "宿迁市"
469
+ }]
470
+ }, {
471
+ value: '330000',
472
+ text: '浙江省',
473
+ children: [{
474
+ value: "330100",
475
+ text: "杭州市"
476
+ }, {
477
+ value: "330200",
478
+ text: "宁波市"
479
+ }, {
480
+ value: "330300",
481
+ text: "温州市"
482
+ }, {
483
+ value: "330400",
484
+ text: "嘉兴市"
485
+ }, {
486
+ value: "330500",
487
+ text: "湖州市"
488
+ }, {
489
+ value: "330600",
490
+ text: "绍兴市"
491
+ }, {
492
+ value: "330700",
493
+ text: "金华市"
494
+ }, {
495
+ value: "330800",
496
+ text: "衢州市"
497
+ }, {
498
+ value: "330900",
499
+ text: "舟山市"
500
+ }, {
501
+ value: "331000",
502
+ text: "台州市"
503
+ }, {
504
+ value: "331100",
505
+ text: "丽水市"
506
+ }]
507
+ }, {
508
+ value: '340000',
509
+ text: '安徽省',
510
+ children: [{
511
+ value: "340100",
512
+ text: "合肥市"
513
+ }, {
514
+ value: "340200",
515
+ text: "芜湖市"
516
+ }, {
517
+ value: "340300",
518
+ text: "蚌埠市"
519
+ }, {
520
+ value: "340400",
521
+ text: "淮南市"
522
+ }, {
523
+ value: "340500",
524
+ text: "马鞍山市"
525
+ }, {
526
+ value: "340600",
527
+ text: "淮北市"
528
+ }, {
529
+ value: "340700",
530
+ text: "铜陵市"
531
+ }, {
532
+ value: "340800",
533
+ text: "安庆市"
534
+ }, {
535
+ value: "341000",
536
+ text: "黄山市"
537
+ }, {
538
+ value: "341100",
539
+ text: "滁州市"
540
+ }, {
541
+ value: "341200",
542
+ text: "阜阳市"
543
+ }, {
544
+ value: "341300",
545
+ text: "宿州市"
546
+ }, {
547
+ value: "341500",
548
+ text: "六安市"
549
+ }, {
550
+ value: "341600",
551
+ text: "亳州市"
552
+ }, {
553
+ value: "341700",
554
+ text: "池州市"
555
+ }, {
556
+ value: "341800",
557
+ text: "宣城市"
558
+ }]
559
+ }, {
560
+ value: '350000',
561
+ text: '福建省',
562
+ children: [{
563
+ value: "350100",
564
+ text: "福州市"
565
+ }, {
566
+ value: "350200",
567
+ text: "厦门市"
568
+ }, {
569
+ value: "350300",
570
+ text: "莆田市"
571
+ }, {
572
+ value: "350400",
573
+ text: "三明市"
574
+ }, {
575
+ value: "350500",
576
+ text: "泉州市"
577
+ }, {
578
+ value: "350600",
579
+ text: "漳州市"
580
+ }, {
581
+ value: "350700",
582
+ text: "南平市"
583
+ }, {
584
+ value: "350800",
585
+ text: "龙岩市"
586
+ }, {
587
+ value: "350900",
588
+ text: "宁德市"
589
+ }]
590
+ }, {
591
+ value: '360000',
592
+ text: '江西省',
593
+ children: [{
594
+ value: "360100",
595
+ text: "南昌市"
596
+ }, {
597
+ value: "360200",
598
+ text: "景德镇市"
599
+ }, {
600
+ value: "360300",
601
+ text: "萍乡市"
602
+ }, {
603
+ value: "360400",
604
+ text: "九江市"
605
+ }, {
606
+ value: "360500",
607
+ text: "新余市"
608
+ }, {
609
+ value: "360600",
610
+ text: "鹰潭市"
611
+ }, {
612
+ value: "360700",
613
+ text: "赣州市"
614
+ }, {
615
+ value: "360800",
616
+ text: "吉安市"
617
+ }, {
618
+ value: "360900",
619
+ text: "宜春市"
620
+ }, {
621
+ value: "361000",
622
+ text: "抚州市"
623
+ }, {
624
+ value: "361100",
625
+ text: "上饶市"
626
+ }]
627
+ }, {
628
+ value: '370000',
629
+ text: '山东省',
630
+ children: [{
631
+ value: "370100",
632
+ text: "济南市"
633
+ }, {
634
+ value: "370200",
635
+ text: "青岛市"
636
+ }, {
637
+ value: "370300",
638
+ text: "淄博市"
639
+ }, {
640
+ value: "370400",
641
+ text: "枣庄市"
642
+ }, {
643
+ value: "370500",
644
+ text: "东营市"
645
+ }, {
646
+ value: "370600",
647
+ text: "烟台市"
648
+ }, {
649
+ value: "370700",
650
+ text: "潍坊市"
651
+ }, {
652
+ value: "370800",
653
+ text: "济宁市"
654
+ }, {
655
+ value: "370900",
656
+ text: "泰安市"
657
+ }, {
658
+ value: "371000",
659
+ text: "威海市"
660
+ }, {
661
+ value: "371100",
662
+ text: "日照市"
663
+ }, {
664
+ value: "371200",
665
+ text: "莱芜市"
666
+ }, {
667
+ value: "371300",
668
+ text: "临沂市"
669
+ }, {
670
+ value: "371400",
671
+ text: "德州市"
672
+ }, {
673
+ value: "371500",
674
+ text: "聊城市"
675
+ }, {
676
+ value: "371600",
677
+ text: "滨州市"
678
+ }, {
679
+ value: "371700",
680
+ text: "菏泽市"
681
+ }]
682
+ }, {
683
+ value: '410000',
684
+ text: '河南省',
685
+ children: [{
686
+ value: "410100",
687
+ text: "郑州市"
688
+ }, {
689
+ value: "410200",
690
+ text: "开封市"
691
+ }, {
692
+ value: "410300",
693
+ text: "洛阳市"
694
+ }, {
695
+ value: "410400",
696
+ text: "平顶山市"
697
+ }, {
698
+ value: "410500",
699
+ text: "安阳市"
700
+ }, {
701
+ value: "410600",
702
+ text: "鹤壁市"
703
+ }, {
704
+ value: "410700",
705
+ text: "新乡市"
706
+ }, {
707
+ value: "410800",
708
+ text: "焦作市"
709
+ }, {
710
+ value: "410881",
711
+ text: "济源市"
712
+ }, {
713
+ value: "410900",
714
+ text: "濮阳市"
715
+ }, {
716
+ value: "411000",
717
+ text: "许昌市"
718
+ }, {
719
+ value: "411100",
720
+ text: "漯河市"
721
+ }, {
722
+ value: "411200",
723
+ text: "三门峡市"
724
+ }, {
725
+ value: "411300",
726
+ text: "南阳市"
727
+ }, {
728
+ value: "411400",
729
+ text: "商丘市"
730
+ }, {
731
+ value: "411500",
732
+ text: "信阳市"
733
+ }, {
734
+ value: "411600",
735
+ text: "周口市"
736
+ }, {
737
+ value: "411700",
738
+ text: "驻马店市"
739
+ }]
740
+ }, {
741
+ value: '420000',
742
+ text: '湖北省',
743
+ children: [{
744
+ value: "420100",
745
+ text: "武汉市"
746
+ }, {
747
+ value: "420200",
748
+ text: "黄石市"
749
+ }, {
750
+ value: "420300",
751
+ text: "十堰市"
752
+ }, {
753
+ value: "420500",
754
+ text: "宜昌市"
755
+ }, {
756
+ value: "420600",
757
+ text: "襄阳市"
758
+ }, {
759
+ value: "420700",
760
+ text: "鄂州市"
761
+ }, {
762
+ value: "420800",
763
+ text: "荆门市"
764
+ }, {
765
+ value: "420900",
766
+ text: "孝感市"
767
+ }, {
768
+ value: "421000",
769
+ text: "荆州市"
770
+ }, {
771
+ value: "421100",
772
+ text: "黄冈市"
773
+ }, {
774
+ value: "421200",
775
+ text: "咸宁市"
776
+ }, {
777
+ value: "421300",
778
+ text: "随州市"
779
+ }, {
780
+ value: "422800",
781
+ text: "恩施土家族苗族自治州"
782
+ }, {
783
+ value: "429004",
784
+ text: "仙桃市"
785
+ }, {
786
+ value: "429005",
787
+ text: "潜江市"
788
+ }, {
789
+ value: "429006",
790
+ text: "天门市"
791
+ }, {
792
+ value: "429021",
793
+ text: "神农架林区"
794
+ }]
795
+ }, {
796
+ value: '430000',
797
+ text: '湖南省',
798
+ children: [{
799
+ value: "430100",
800
+ text: "长沙市"
801
+ }, {
802
+ value: "430200",
803
+ text: "株洲市"
804
+ }, {
805
+ value: "430300",
806
+ text: "湘潭市"
807
+ }, {
808
+ value: "430400",
809
+ text: "衡阳市"
810
+ }, {
811
+ value: "430500",
812
+ text: "邵阳市"
813
+ }, {
814
+ value: "430600",
815
+ text: "岳阳市"
816
+ }, {
817
+ value: "430700",
818
+ text: "常德市"
819
+ }, {
820
+ value: "430800",
821
+ text: "张家界市"
822
+ }, {
823
+ value: "430900",
824
+ text: "益阳市"
825
+ }, {
826
+ value: "431000",
827
+ text: "郴州市"
828
+ }, {
829
+ value: "431100",
830
+ text: "永州市"
831
+ }, {
832
+ value: "431200",
833
+ text: "怀化市"
834
+ }, {
835
+ value: "431300",
836
+ text: "娄底市"
837
+ }, {
838
+ value: "433100",
839
+ text: "湘西土家族苗族自治州"
840
+ }]
841
+ }, {
842
+ value: '440000',
843
+ text: '广东省',
844
+ children: [{
845
+ value: "440100",
846
+ text: "广州市"
847
+ }, {
848
+ value: "440200",
849
+ text: "韶关市"
850
+ }, {
851
+ value: "440300",
852
+ text: "深圳市"
853
+ }, {
854
+ value: "440400",
855
+ text: "珠海市"
856
+ }, {
857
+ value: "440500",
858
+ text: "汕头市"
859
+ }, {
860
+ value: "440600",
861
+ text: "佛山市"
862
+ }, {
863
+ value: "440700",
864
+ text: "江门市"
865
+ }, {
866
+ value: "440800",
867
+ text: "湛江市"
868
+ }, {
869
+ value: "440900",
870
+ text: "茂名市"
871
+ }, {
872
+ value: "441200",
873
+ text: "肇庆市"
874
+ }, {
875
+ value: "441300",
876
+ text: "惠州市"
877
+ }, {
878
+ value: "441400",
879
+ text: "梅州市"
880
+ }, {
881
+ value: "441500",
882
+ text: "汕尾市"
883
+ }, {
884
+ value: "441600",
885
+ text: "河源市"
886
+ }, {
887
+ value: "441700",
888
+ text: "阳江市"
889
+ }, {
890
+ value: "441800",
891
+ text: "清远市"
892
+ }, {
893
+ value: "441900",
894
+ text: "东莞市"
895
+ }, {
896
+ value: "442000",
897
+ text: "中山市"
898
+ }, {
899
+ value: "445100",
900
+ text: "潮州市"
901
+ }, {
902
+ value: "445200",
903
+ text: "揭阳市"
904
+ }, {
905
+ value: "445300",
906
+ text: "云浮市"
907
+ }]
908
+ }, {
909
+ value: '450000',
910
+ text: '广西壮族',
911
+ children: [{
912
+ value: "450100",
913
+ text: "南宁市"
914
+ }, {
915
+ value: "450200",
916
+ text: "柳州市"
917
+ }, {
918
+ value: "450300",
919
+ text: "桂林市"
920
+ }, {
921
+ value: "450400",
922
+ text: "梧州市"
923
+ }, {
924
+ value: "450500",
925
+ text: "北海市"
926
+ }, {
927
+ value: "450600",
928
+ text: "防城港市"
929
+ }, {
930
+ value: "450700",
931
+ text: "钦州市"
932
+ }, {
933
+ value: "450800",
934
+ text: "贵港市"
935
+ }, {
936
+ value: "450900",
937
+ text: "玉林市"
938
+ }, {
939
+ value: "451000",
940
+ text: "百色市"
941
+ }, {
942
+ value: "451100",
943
+ text: "贺州市"
944
+ }, {
945
+ value: "451200",
946
+ text: "河池市"
947
+ }, {
948
+ value: "451300",
949
+ text: "来宾市"
950
+ }, {
951
+ value: "451400",
952
+ text: "崇左市"
953
+ }]
954
+ }, {
955
+ value: '460000',
956
+ text: '海南省',
957
+ children: [{
958
+ value: "460100",
959
+ text: "海口市"
960
+ }, {
961
+ value: "460200",
962
+ text: "三亚市"
963
+ }, {
964
+ value: "469001",
965
+ text: "五指山市"
966
+ }, {
967
+ value: "469002",
968
+ text: "琼海市"
969
+ }, {
970
+ value: "469003",
971
+ text: "儋州市"
972
+ }, {
973
+ value: "469005",
974
+ text: "文昌市"
975
+ }, {
976
+ value: "469006",
977
+ text: "万宁市"
978
+ }, {
979
+ value: "469007",
980
+ text: "东方市"
981
+ }, {
982
+ value: "469025",
983
+ text: "定安县"
984
+ }, {
985
+ value: "469026",
986
+ text: "屯昌县"
987
+ }, {
988
+ value: "469027",
989
+ text: "澄迈县"
990
+ }, {
991
+ value: "469028",
992
+ text: "临高县"
993
+ }, {
994
+ value: "469030",
995
+ text: "白沙黎族自治县"
996
+ }, {
997
+ value: "469031",
998
+ text: "昌江黎族自治县"
999
+ }, {
1000
+ value: "469033",
1001
+ text: "乐东黎族自治县"
1002
+ }, {
1003
+ value: "469034",
1004
+ text: "陵水黎族自治县"
1005
+ }, {
1006
+ value: "469035",
1007
+ text: "保亭黎族苗族自治县"
1008
+ }, {
1009
+ value: "469036",
1010
+ text: "琼中黎族苗族自治县"
1011
+ }, {
1012
+ value: "469037",
1013
+ text: "西沙群岛"
1014
+ }, {
1015
+ value: "469038",
1016
+ text: "南沙群岛"
1017
+ }, {
1018
+ value: "469039",
1019
+ text: "中沙群岛的岛礁及其海域"
1020
+ }]
1021
+ }, {
1022
+ value: '500000',
1023
+ text: '重庆',
1024
+ children: [{
1025
+ value: "500101",
1026
+ text: "万州区"
1027
+ }, {
1028
+ value: "500102",
1029
+ text: "涪陵区"
1030
+ }, {
1031
+ value: "500103",
1032
+ text: "渝中区"
1033
+ }, {
1034
+ value: "500104",
1035
+ text: "大渡口区"
1036
+ }, {
1037
+ value: "500105",
1038
+ text: "江北区"
1039
+ }, {
1040
+ value: "500106",
1041
+ text: "沙坪坝区"
1042
+ }, {
1043
+ value: "500107",
1044
+ text: "九龙坡区"
1045
+ }, {
1046
+ value: "500108",
1047
+ text: "南岸区"
1048
+ }, {
1049
+ value: "500109",
1050
+ text: "北碚区"
1051
+ }, {
1052
+ value: "500110",
1053
+ text: "万盛区"
1054
+ }, {
1055
+ value: "500111",
1056
+ text: "双桥区"
1057
+ }, {
1058
+ value: "500112",
1059
+ text: "渝北区"
1060
+ }, {
1061
+ value: "500113",
1062
+ text: "巴南区"
1063
+ }, {
1064
+ value: "500114",
1065
+ text: "黔江区"
1066
+ }, {
1067
+ value: "500115",
1068
+ text: "长寿区"
1069
+ }, {
1070
+ value: "500222",
1071
+ text: "綦江县"
1072
+ }, {
1073
+ value: "500223",
1074
+ text: "潼南县"
1075
+ }, {
1076
+ value: "500224",
1077
+ text: "铜梁县"
1078
+ }, {
1079
+ value: "500225",
1080
+ text: "大足县"
1081
+ }, {
1082
+ value: "500226",
1083
+ text: "荣昌县"
1084
+ }, {
1085
+ value: "500227",
1086
+ text: "璧山县"
1087
+ }, {
1088
+ value: "500228",
1089
+ text: "梁平县"
1090
+ }, {
1091
+ value: "500229",
1092
+ text: "城口县"
1093
+ }, {
1094
+ value: "500230",
1095
+ text: "丰都县"
1096
+ }, {
1097
+ value: "500231",
1098
+ text: "垫江县"
1099
+ }, {
1100
+ value: "500232",
1101
+ text: "武隆县"
1102
+ }, {
1103
+ value: "500233",
1104
+ text: "忠县"
1105
+ }, {
1106
+ value: "500234",
1107
+ text: "开县"
1108
+ }, {
1109
+ value: "500235",
1110
+ text: "云阳县"
1111
+ }, {
1112
+ value: "500236",
1113
+ text: "奉节县"
1114
+ }, {
1115
+ value: "500237",
1116
+ text: "巫山县"
1117
+ }, {
1118
+ value: "500238",
1119
+ text: "巫溪县"
1120
+ }, {
1121
+ value: "500240",
1122
+ text: "石柱土家族自治县"
1123
+ }, {
1124
+ value: "500241",
1125
+ text: "秀山土家族苗族自治县"
1126
+ }, {
1127
+ value: "500242",
1128
+ text: "酉阳土家族苗族自治县"
1129
+ }, {
1130
+ value: "500243",
1131
+ text: "彭水苗族土家族自治县"
1132
+ }, {
1133
+ value: "500381",
1134
+ text: "江津区"
1135
+ }, {
1136
+ value: "500382",
1137
+ text: "合川区"
1138
+ }, {
1139
+ value: "500383",
1140
+ text: "永川区"
1141
+ }, {
1142
+ value: "500384",
1143
+ text: "南川区"
1144
+ }, {
1145
+ value: "500385",
1146
+ text: "其它区"
1147
+ }]
1148
+ }, {
1149
+ value: '510000',
1150
+ text: '四川省',
1151
+ children: [{
1152
+ value: "510100",
1153
+ text: "成都市"
1154
+ }, {
1155
+ value: "510300",
1156
+ text: "自贡市"
1157
+ }, {
1158
+ value: "510400",
1159
+ text: "攀枝花市"
1160
+ }, {
1161
+ value: "510500",
1162
+ text: "泸州市"
1163
+ }, {
1164
+ value: "510600",
1165
+ text: "德阳市"
1166
+ }, {
1167
+ value: "510700",
1168
+ text: "绵阳市"
1169
+ }, {
1170
+ value: "510800",
1171
+ text: "广元市"
1172
+ }, {
1173
+ value: "510900",
1174
+ text: "遂宁市"
1175
+ }, {
1176
+ value: "511000",
1177
+ text: "内江市"
1178
+ }, {
1179
+ value: "511100",
1180
+ text: "乐山市"
1181
+ }, {
1182
+ value: "511300",
1183
+ text: "南充市"
1184
+ }, {
1185
+ value: "511400",
1186
+ text: "眉山市"
1187
+ }, {
1188
+ value: "511500",
1189
+ text: "宜宾市"
1190
+ }, {
1191
+ value: "511600",
1192
+ text: "广安市"
1193
+ }, {
1194
+ value: "511700",
1195
+ text: "达州市"
1196
+ }, {
1197
+ value: "511800",
1198
+ text: "雅安市"
1199
+ }, {
1200
+ value: "511900",
1201
+ text: "巴中市"
1202
+ }, {
1203
+ value: "512000",
1204
+ text: "资阳市"
1205
+ }, {
1206
+ value: "513200",
1207
+ text: "阿坝藏族羌族自治州"
1208
+ }, {
1209
+ value: "513300",
1210
+ text: "甘孜藏族自治州"
1211
+ }, {
1212
+ value: "513400",
1213
+ text: "凉山彝族自治州"
1214
+ }]
1215
+ }, {
1216
+ value: '520000',
1217
+ text: '贵州省',
1218
+ children: [{
1219
+ value: "520100",
1220
+ text: "贵阳市"
1221
+ }, {
1222
+ value: "520200",
1223
+ text: "六盘水市"
1224
+ }, {
1225
+ value: "520300",
1226
+ text: "遵义市"
1227
+ }, {
1228
+ value: "520400",
1229
+ text: "安顺市"
1230
+ }, {
1231
+ value: "522200",
1232
+ text: "铜仁地区"
1233
+ }, {
1234
+ value: "522300",
1235
+ text: "黔西南布依族苗族自治州"
1236
+ }, {
1237
+ value: "522400",
1238
+ text: "毕节地区"
1239
+ }, {
1240
+ value: "522600",
1241
+ text: "黔东南苗族侗族自治州"
1242
+ }, {
1243
+ value: "522700",
1244
+ text: "黔南布依族苗族自治州"
1245
+ }]
1246
+ }, {
1247
+ value: '530000',
1248
+ text: '云南省',
1249
+ children: [{
1250
+ value: "530100",
1251
+ text: "昆明市"
1252
+ }, {
1253
+ value: "530300",
1254
+ text: "曲靖市"
1255
+ }, {
1256
+ value: "530400",
1257
+ text: "玉溪市"
1258
+ }, {
1259
+ value: "530500",
1260
+ text: "保山市"
1261
+ }, {
1262
+ value: "530600",
1263
+ text: "昭通市"
1264
+ }, {
1265
+ value: "530700",
1266
+ text: "丽江市"
1267
+ }, {
1268
+ value: "530800",
1269
+ text: "普洱市"
1270
+ }, {
1271
+ value: "530900",
1272
+ text: "临沧市"
1273
+ }, {
1274
+ value: "532300",
1275
+ text: "楚雄彝族自治州"
1276
+ }, {
1277
+ value: "532500",
1278
+ text: "红河哈尼族彝族自治州"
1279
+ }, {
1280
+ value: "532600",
1281
+ text: "文山壮族苗族自治州"
1282
+ }, {
1283
+ value: "532800",
1284
+ text: "西双版纳傣族自治州"
1285
+ }, {
1286
+ value: "532900",
1287
+ text: "大理白族自治州"
1288
+ }, {
1289
+ value: "533100",
1290
+ text: "德宏傣族景颇族自治州"
1291
+ }, {
1292
+ value: "533300",
1293
+ text: "怒江傈僳族自治州"
1294
+ }, {
1295
+ value: "533400",
1296
+ text: "迪庆藏族自治州"
1297
+ }]
1298
+ }, {
1299
+ value: '540000',
1300
+ text: '西藏',
1301
+ children: [{
1302
+ value: "540100",
1303
+ text: "拉萨市"
1304
+ }, {
1305
+ value: "542100",
1306
+ text: "昌都地区"
1307
+ }, {
1308
+ value: "542200",
1309
+ text: "山南地区"
1310
+ }, {
1311
+ value: "542300",
1312
+ text: "日喀则地区"
1313
+ }, {
1314
+ value: "542400",
1315
+ text: "那曲地区"
1316
+ }, {
1317
+ value: "542500",
1318
+ text: "阿里地区"
1319
+ }, {
1320
+ value: "542600",
1321
+ text: "林芝地区"
1322
+ }]
1323
+ }, {
1324
+ value: '610000',
1325
+ text: '陕西省',
1326
+ children: [{
1327
+ value: "610100",
1328
+ text: "西安市"
1329
+ }, {
1330
+ value: "610200",
1331
+ text: "铜川市"
1332
+ }, {
1333
+ value: "610300",
1334
+ text: "宝鸡市"
1335
+ }, {
1336
+ value: "610400",
1337
+ text: "咸阳市"
1338
+ }, {
1339
+ value: "610500",
1340
+ text: "渭南市"
1341
+ }, {
1342
+ value: "610600",
1343
+ text: "延安市"
1344
+ }, {
1345
+ value: "610700",
1346
+ text: "汉中市"
1347
+ }, {
1348
+ value: "610800",
1349
+ text: "榆林市"
1350
+ }, {
1351
+ value: "610900",
1352
+ text: "安康市"
1353
+ }, {
1354
+ value: "611000",
1355
+ text: "商洛市"
1356
+ }]
1357
+ }, {
1358
+ value: '620000',
1359
+ text: '甘肃省',
1360
+ children: [{
1361
+ value: "620100",
1362
+ text: "兰州市"
1363
+ }, {
1364
+ value: "620200",
1365
+ text: "嘉峪关市"
1366
+ }, {
1367
+ value: "620300",
1368
+ text: "金昌市"
1369
+ }, {
1370
+ value: "620400",
1371
+ text: "白银市"
1372
+ }, {
1373
+ value: "620500",
1374
+ text: "天水市"
1375
+ }, {
1376
+ value: "620600",
1377
+ text: "武威市"
1378
+ }, {
1379
+ value: "620700",
1380
+ text: "张掖市"
1381
+ }, {
1382
+ value: "620800",
1383
+ text: "平凉市"
1384
+ }, {
1385
+ value: "620900",
1386
+ text: "酒泉市"
1387
+ }, {
1388
+ value: "621000",
1389
+ text: "庆阳市"
1390
+ }, {
1391
+ value: "621100",
1392
+ text: "定西市"
1393
+ }, {
1394
+ value: "621200",
1395
+ text: "陇南市"
1396
+ }, {
1397
+ value: "622900",
1398
+ text: "临夏回族自治州"
1399
+ }, {
1400
+ value: "623000",
1401
+ text: "甘南藏族自治州"
1402
+ }]
1403
+ }, {
1404
+ value: '630000',
1405
+ text: '青海省',
1406
+ children: [{
1407
+ value: "630100",
1408
+ text: "西宁市"
1409
+ }, {
1410
+ value: "632100",
1411
+ text: "海东地区"
1412
+ }, {
1413
+ value: "632200",
1414
+ text: "海北藏族自治州"
1415
+ }, {
1416
+ value: "632300",
1417
+ text: "黄南藏族自治州"
1418
+ }, {
1419
+ value: "632500",
1420
+ text: "海南藏族自治州"
1421
+ }, {
1422
+ value: "632600",
1423
+ text: "果洛藏族自治州"
1424
+ }, {
1425
+ value: "632700",
1426
+ text: "玉树藏族自治州"
1427
+ }, {
1428
+ value: "632800",
1429
+ text: "海西蒙古族藏族自治州"
1430
+ }]
1431
+ }, {
1432
+ value: '640000',
1433
+ text: '宁夏',
1434
+ children: [{
1435
+ value: "640100",
1436
+ text: "银川市"
1437
+ }, {
1438
+ value: "640200",
1439
+ text: "石嘴山市"
1440
+ }, {
1441
+ value: "640300",
1442
+ text: "吴忠市"
1443
+ }, {
1444
+ value: "640400",
1445
+ text: "固原市"
1446
+ }, {
1447
+ value: "640500",
1448
+ text: "中卫市"
1449
+ }]
1450
+ }, {
1451
+ value: '650000',
1452
+ text: '新疆',
1453
+ children: [{
1454
+ value: "650100",
1455
+ text: "乌鲁木齐市"
1456
+ }, {
1457
+ value: "650200",
1458
+ text: "克拉玛依市"
1459
+ }, {
1460
+ value: "652100",
1461
+ text: "吐鲁番地区"
1462
+ }, {
1463
+ value: "652200",
1464
+ text: "哈密地区"
1465
+ }, {
1466
+ value: "652300",
1467
+ text: "昌吉回族自治州"
1468
+ }, {
1469
+ value: "652700",
1470
+ text: "博尔塔拉蒙古自治州"
1471
+ }, {
1472
+ value: "652800",
1473
+ text: "巴音郭楞蒙古自治州"
1474
+ }, {
1475
+ value: "652900",
1476
+ text: "阿克苏地区"
1477
+ }, {
1478
+ value: "653000",
1479
+ text: "克孜勒苏柯尔克孜自治州"
1480
+ }, {
1481
+ value: "653100",
1482
+ text: "喀什地区"
1483
+ }, {
1484
+ value: "653200",
1485
+ text: "和田地区"
1486
+ }, {
1487
+ value: "654000",
1488
+ text: "伊犁哈萨克自治州"
1489
+ }, {
1490
+ value: "654200",
1491
+ text: "塔城地区"
1492
+ }, {
1493
+ value: "654300",
1494
+ text: "阿勒泰地区"
1495
+ }, {
1496
+ value: "659001",
1497
+ text: "石河子市"
1498
+ }, {
1499
+ value: "659002",
1500
+ text: "阿拉尔市"
1501
+ }, {
1502
+ value: "659003",
1503
+ text: "图木舒克市"
1504
+ }, {
1505
+ value: "659004",
1506
+ text: "五家渠市"
1507
+ }]
1508
+ }, {
1509
+ value: '710000',
1510
+ text: '台湾省',
1511
+ children: [{
1512
+ value: "710100",
1513
+ text: "台北市"
1514
+ }, {
1515
+ value: "710200",
1516
+ text: "高雄市"
1517
+ }, {
1518
+ value: "710300",
1519
+ text: "台南市"
1520
+ }, {
1521
+ value: "710400",
1522
+ text: "台中市"
1523
+ }, {
1524
+ value: "710500",
1525
+ text: "金门县"
1526
+ }, {
1527
+ value: "710600",
1528
+ text: "南投县"
1529
+ }, {
1530
+ value: "710700",
1531
+ text: "基隆市"
1532
+ }, {
1533
+ value: "710800",
1534
+ text: "新竹市"
1535
+ }, {
1536
+ value: "710900",
1537
+ text: "嘉义市"
1538
+ }, {
1539
+ value: "711100",
1540
+ text: "新北市"
1541
+ }, {
1542
+ value: "711200",
1543
+ text: "宜兰县"
1544
+ }, {
1545
+ value: "711300",
1546
+ text: "新竹县"
1547
+ }, {
1548
+ value: "711400",
1549
+ text: "桃园县"
1550
+ }, {
1551
+ value: "711500",
1552
+ text: "苗栗县"
1553
+ }, {
1554
+ value: "711700",
1555
+ text: "彰化县"
1556
+ }, {
1557
+ value: "711900",
1558
+ text: "嘉义县"
1559
+ }, {
1560
+ value: "712100",
1561
+ text: "云林县"
1562
+ }, {
1563
+ value: "712400",
1564
+ text: "屏东县"
1565
+ }, {
1566
+ value: "712500",
1567
+ text: "台东县"
1568
+ }, {
1569
+ value: "712600",
1570
+ text: "花莲县"
1571
+ }, {
1572
+ value: "712700",
1573
+ text: "澎湖县"
1574
+ }]
1575
+ }, {
1576
+ value: '810000',
1577
+ text: '香港',
1578
+ children: [{
1579
+ value: "810100",
1580
+ text: "香港岛"
1581
+ }, {
1582
+ value: "810200",
1583
+ text: "九龙"
1584
+ }, {
1585
+ value: "810300",
1586
+ text: "新界"
1587
+ }]
1588
+ }, {
1589
+ value: '820000',
1590
+ text: '澳门',
1591
+ children: [{
1592
+ value: "820100",
1593
+ text: "澳门半岛"
1594
+ }, {
1595
+ value: "820200",
1596
+ text: "离岛"
1597
+ }]
1598
+ }, {
1599
+ value: '990000',
1600
+ text: '海外',
1601
+ children: [{
1602
+ value: "990100",
1603
+ text: "海外"
1604
+ }]
1605
+ }]