网站
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

user.js 38 KiB

4 년 전
4 년 전
2 년 전
4 년 전
4 년 전
3 년 전
4 년 전
4 년 전
2 년 전
3 년 전
2 년 전
2 년 전
2 년 전
2 년 전
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426
  1. /*--------------
  2. * 用户类
  3. -----------------*/
  4. /*
  5. @purl /transaction/website/member/{id}
  6. @param
  7. */
  8. var userUpdate = '/transaction/member/edit' //修改用户信息类接口
  9. /*
  10. @purl /getInfo
  11. @param
  12. */
  13. var userData = '/getInfo' //修改用户信息类接口
  14. /*
  15. @purl /transaction/website/member/{id}
  16. @param
  17. */
  18. var userMember = '/transaction/member/userId' //用户信息类接口
  19. /*
  20. @purl /transaction/demand/supplyDemandList/member
  21. @param
  22. */
  23. var userSupply = '/transaction/demand/supplyDemandList/member' //我的供求类接口
  24. /*
  25. @purl /transaction/communicate/communicateList/member
  26. @param
  27. */
  28. var userConsulting = '/transaction/communicate/communicateList/member' //我的咨询类接口
  29. /*
  30. @purl /transaction/outproject/biddinglist/member
  31. @param
  32. */
  33. var userBidding = '/transaction/outproject/biddinglist/member' //我的竞价类接口
  34. /*
  35. @purl /transaction/demand
  36. @param
  37. */
  38. var userDemand = '/transaction/demand/add' //新增供求类接口
  39. /*
  40. @purl /transaction/demand
  41. @param
  42. */
  43. var userEdit = '/transaction/demand/edit' //修改供求类接口
  44. /*
  45. @purl /transaction/demand/{ids}
  46. @param
  47. */
  48. var deleteSupply = '/transaction/demand/remove' //删除供求类接口
  49. /*
  50. @purl /transaction/demand/{ids}
  51. @param
  52. */
  53. var selectSupply = '/transaction/demand/get' //查询供求类接口
  54. /*
  55. @purl /transaction/communicate
  56. @param
  57. */
  58. var userCommunicate = '/transaction/communicate/add' //添加咨询类接口
  59. /*
  60. @purl /transaction/demand
  61. @param
  62. */
  63. var userDemandUpdate = '/transaction/website/supplyDemand/id' //通过ID查询个人供求
  64. /*
  65. @purl /transaction/website/transfer
  66. @param
  67. */
  68. var dictionaries = '/transaction/website/transfer' //数据字典
  69. /*
  70. @purl /common/base64Attach
  71. @param
  72. */
  73. var base64Attach = '/common/base64Attach' //数据字典
  74. /*
  75. @purl /common/base64Attach
  76. @param
  77. */
  78. var base64Upload = '/common/base64Upload' //数据字典
  79. /*
  80. @purl /common/base64Attach
  81. @param
  82. */
  83. var showUserImg = '/transaction/member/showImg/memberId' //用户图片展示
  84. /*
  85. @purl /common/base64Attach
  86. @param
  87. */
  88. var deleteUserImg = '/transaction/member/deleteImg/attachId' //用户图片展示
  89. /*
  90. @purl supplyDemand/showImg/id/{id}
  91. @param
  92. */
  93. var supplyDemandImg = '/transaction/website/supplyDemand/showImg/id' //用户图片展示
  94. /*
  95. @purl supplyDemand/showImg/id/{id}
  96. @param
  97. */
  98. var updatePwd = '/system/user/profile/updatePwd' //修改用户密码
  99. /*
  100. @purl /yinnong/deposit/realtimeList
  101. @param
  102. */
  103. var depositList = '/yinnong/deposit/realtimeList' //查询开户行
  104. /*
  105. @purl /yinnong/deposit/realtimeList
  106. @param
  107. */
  108. var depositListYN = '/open/yinnong/deposit/list' //查询开户行
  109. let options = [
  110. {
  111. "value": "北京",
  112. "label": "北京",
  113. "children": [
  114. {
  115. "value": "北京",
  116. "label": "北京",
  117. }]
  118. }, {
  119. "value": "天津",
  120. "label": "天津",
  121. "children": [
  122. {
  123. "value": "天津",
  124. "label": "天津",
  125. }]
  126. }, {
  127. "value": "重庆",
  128. "label": "重庆",
  129. "children": [
  130. {
  131. "value": "重庆",
  132. "label": "重庆",
  133. }]
  134. }, {
  135. "value": "四川",
  136. "label": "四川",
  137. "children": [
  138. {
  139. "value": "成都",
  140. "label": "成都",
  141. }, {
  142. "value": "自贡",
  143. "label": "自贡",
  144. }, {
  145. "value": "攀枝花",
  146. "label": "攀枝花",
  147. }, {
  148. "value": "泸州",
  149. "label": "泸州",
  150. }, {
  151. "value": "德阳",
  152. "label": "德阳",
  153. }, {
  154. "value": "绵阳",
  155. "label": "绵阳",
  156. }, {
  157. "value": "广元",
  158. "label": "广元",
  159. }, {
  160. "value": "遂宁",
  161. "label": "遂宁",
  162. }, {
  163. "value": "内江",
  164. "label": "内江",
  165. }, {
  166. "value": "乐山",
  167. "label": "乐山",
  168. }, {
  169. "value": "南充",
  170. "label": "南充",
  171. }, {
  172. "value": "眉山",
  173. "label": "眉山",
  174. }, {
  175. "value": "宜宾",
  176. "label": "宜宾",
  177. }, {
  178. "value": "广安",
  179. "label": "广安",
  180. }, {
  181. "value": "达州",
  182. "label": "达州",
  183. }, {
  184. "value": "雅安",
  185. "label": "雅安",
  186. }, {
  187. "value": "巴中",
  188. "label": "巴中",
  189. }, {
  190. "value": "资阳",
  191. "label": "资阳",
  192. }, {
  193. "value": "阿坝州",
  194. "label": "阿坝州",
  195. }, {
  196. "value": "甘孜州",
  197. "label": "甘孜州",
  198. }, {
  199. "value": "凉山",
  200. "label": "凉山",
  201. }]
  202. }, {
  203. "value": "山东",
  204. "label": "山东",
  205. "children": [
  206. {
  207. "value": "济南",
  208. "label": "济南",
  209. }, {
  210. "value": "青岛",
  211. "label": "青岛",
  212. }, {
  213. "value": "淄博",
  214. "label": "淄博",
  215. }, {
  216. "value": "枣庄",
  217. "label": "枣庄",
  218. }, {
  219. "value": "东营",
  220. "label": "东营",
  221. }, {
  222. "value": "烟台",
  223. "label": "烟台",
  224. }, {
  225. "value": "潍坊",
  226. "label": "潍坊",
  227. }, {
  228. "value": "济宁",
  229. "label": "济宁",
  230. }, {
  231. "value": "泰安",
  232. "label": "泰安",
  233. }, {
  234. "value": "威海",
  235. "label": "威海",
  236. }, {
  237. "value": "日照",
  238. "label": "日照",
  239. }, {
  240. "value": "莱芜",
  241. "label": "莱芜",
  242. }, {
  243. "value": "临沂",
  244. "label": "临沂",
  245. }, {
  246. "value": "德州",
  247. "label": "德州",
  248. }, {
  249. "value": "聊城",
  250. "label": "聊城",
  251. }, {
  252. "value": "滨州",
  253. "label": "滨州",
  254. }, {
  255. "value": "菏泽",
  256. "label": "菏泽",
  257. }]
  258. }, {
  259. "value": "内蒙古",
  260. "label": "内蒙古",
  261. "children": [
  262. {
  263. "value": "呼和浩特",
  264. "label": "呼和浩特",
  265. }, {
  266. "value": "包头",
  267. "label": "包头",
  268. }, {
  269. "value": "乌海",
  270. "label": "乌海",
  271. }, {
  272. "value": "赤峰",
  273. "label": "赤峰",
  274. }, {
  275. "value": "通辽",
  276. "label": "通辽",
  277. }, {
  278. "value": "鄂尔多斯",
  279. "label": "鄂尔多斯",
  280. }, {
  281. "value": "呼伦贝尔",
  282. "label": "呼伦贝尔",
  283. }, {
  284. "value": "巴彦淖尔",
  285. "label": "巴彦淖尔",
  286. }, {
  287. "value": "乌兰察布",
  288. "label": "乌兰察布",
  289. }, {
  290. "value": "兴安盟",
  291. "label": "兴安盟",
  292. }, {
  293. "value": "锡林郭勒",
  294. "label": "锡林郭勒",
  295. }, {
  296. "value": "阿拉善",
  297. "label": "阿拉善",
  298. }]
  299. }, {
  300. "value": "河北",
  301. "label": "河北",
  302. "children": [
  303. {
  304. "value": "石家庄",
  305. "label": "石家庄",
  306. }, {
  307. "value": "唐山",
  308. "label": "唐山",
  309. }, {
  310. "value": "秦皇岛",
  311. "label": "秦皇岛",
  312. }, {
  313. "value": "邯郸",
  314. "label": "邯郸",
  315. }, {
  316. "value": "邢台",
  317. "label": "邢台",
  318. }, {
  319. "value": "保定",
  320. "label": "保定",
  321. }, {
  322. "value": "张家口",
  323. "label": "张家口",
  324. }, {
  325. "value": "承德",
  326. "label": "承德",
  327. }, {
  328. "value": "沧州",
  329. "label": "沧州",
  330. }, {
  331. "value": "廊坊",
  332. "label": "廊坊",
  333. }, {
  334. "value": "衡水",
  335. "label": "衡水",
  336. }]
  337. }, {
  338. "value": "山西",
  339. "label": "山西",
  340. "children": [
  341. {
  342. "value": "太原",
  343. "label": "太原",
  344. }, {
  345. "value": "大同",
  346. "label": "大同",
  347. }, {
  348. "value": "阳泉",
  349. "label": "阳泉",
  350. }, {
  351. "value": "长治",
  352. "label": "长治",
  353. }, {
  354. "value": "晋城",
  355. "label": "晋城",
  356. }, {
  357. "value": "朔州",
  358. "label": "朔州",
  359. }, {
  360. "value": "晋中",
  361. "label": "晋中",
  362. }, {
  363. "value": "运城",
  364. "label": "运城",
  365. }, {
  366. "value": "忻州",
  367. "label": "忻州",
  368. }, {
  369. "value": "临汾",
  370. "label": "临汾",
  371. }, {
  372. "value": "吕梁",
  373. "label": "吕梁",
  374. }]
  375. }, {
  376. "value": "辽宁",
  377. "label": "辽宁",
  378. "children": [
  379. {
  380. "value": "沈阳",
  381. "label": "沈阳",
  382. }, {
  383. "value": "大连",
  384. "label": "大连",
  385. }, {
  386. "value": "鞍山",
  387. "label": "鞍山",
  388. }, {
  389. "value": "抚顺",
  390. "label": "抚顺",
  391. }, {
  392. "value": "本溪",
  393. "label": "本溪",
  394. }, {
  395. "value": "丹东",
  396. "label": "丹东",
  397. }, {
  398. "value": "锦州",
  399. "label": "锦州",
  400. }, {
  401. "value": "营口",
  402. "label": "营口",
  403. }, {
  404. "value": "阜新",
  405. "label": "阜新",
  406. }, {
  407. "value": "辽阳",
  408. "label": "辽阳",
  409. }, {
  410. "value": "盘锦",
  411. "label": "盘锦",
  412. }, {
  413. "value": "铁岭",
  414. "label": "铁岭",
  415. }, {
  416. "value": "朝阳",
  417. "label": "朝阳",
  418. }, {
  419. "value": "葫芦岛",
  420. "label": "葫芦岛",
  421. }]
  422. }, {
  423. "value": "吉林",
  424. "label": "吉林",
  425. "children": [
  426. {
  427. "value": "长春",
  428. "label": "长春",
  429. }, {
  430. "value": "吉林",
  431. "label": "吉林",
  432. }, {
  433. "value": "四平",
  434. "label": "四平",
  435. }, {
  436. "value": "辽源",
  437. "label": "辽源",
  438. }, {
  439. "value": "通化",
  440. "label": "通化",
  441. }, {
  442. "value": "白山",
  443. "label": "白山",
  444. }, {
  445. "value": "松原",
  446. "label": "松原",
  447. }, {
  448. "value": "白城",
  449. "label": "白城",
  450. }, {
  451. "value": "延边",
  452. "label": "延边",
  453. }]
  454. }, {
  455. "value": "黑龙江",
  456. "label": "黑龙江",
  457. "children": [
  458. {
  459. "value": "哈尔滨",
  460. "label": "哈尔滨",
  461. }, {
  462. "value": "齐齐哈尔",
  463. "label": "齐齐哈尔",
  464. }, {
  465. "value": "鸡西",
  466. "label": "鸡西",
  467. }, {
  468. "value": "鹤岗",
  469. "label": "鹤岗",
  470. }, {
  471. "value": "双鸭山",
  472. "label": "双鸭山",
  473. }, {
  474. "value": "大庆",
  475. "label": "大庆",
  476. }, {
  477. "value": "伊春",
  478. "label": "伊春",
  479. }, {
  480. "value": "佳木斯",
  481. "label": "佳木斯",
  482. }, {
  483. "value": "七台河",
  484. "label": "七台河",
  485. }, {
  486. "value": "牡丹江",
  487. "label": "牡丹江",
  488. }, {
  489. "value": "黑河",
  490. "label": "黑河",
  491. }, {
  492. "value": "绥化",
  493. "label": "绥化",
  494. }, {
  495. "value": "大兴安岭",
  496. "label": "大兴安岭",
  497. }]
  498. }, {
  499. "value": "上海",
  500. "label": "上海",
  501. "children": [
  502. {
  503. "value": "上海",
  504. "label": "上海",
  505. }]
  506. }, {
  507. "value": "江苏",
  508. "label": "江苏",
  509. "children": [
  510. {
  511. "value": "南京",
  512. "label": "南京",
  513. }, {
  514. "value": "无锡",
  515. "label": "无锡",
  516. }, {
  517. "value": "徐州",
  518. "label": "徐州",
  519. }, {
  520. "value": "常州",
  521. "label": "常州",
  522. }, {
  523. "value": "苏州",
  524. "label": "苏州",
  525. }, {
  526. "value": "南通",
  527. "label": "南通",
  528. }, {
  529. "value": "连云港",
  530. "label": "连云港",
  531. }, {
  532. "value": "淮安",
  533. "label": "淮安",
  534. }, {
  535. "value": "盐城",
  536. "label": "盐城",
  537. }, {
  538. "value": "扬州",
  539. "label": "扬州",
  540. }, {
  541. "value": "镇江",
  542. "label": "镇江",
  543. }, {
  544. "value": "泰州",
  545. "label": "泰州",
  546. }, {
  547. "value": "宿迁",
  548. "label": "宿迁",
  549. }]
  550. }, {
  551. "value": "浙江",
  552. "label": "浙江",
  553. "children": [
  554. {
  555. "value": "杭州",
  556. "label": "杭州",
  557. }, {
  558. "value": "宁波",
  559. "label": "宁波",
  560. }, {
  561. "value": "温州",
  562. "label": "温州",
  563. }, {
  564. "value": "嘉兴",
  565. "label": "嘉兴",
  566. }, {
  567. "value": "湖州",
  568. "label": "湖州",
  569. }, {
  570. "value": "绍兴",
  571. "label": "绍兴",
  572. }, {
  573. "value": "金华",
  574. "label": "金华",
  575. }, {
  576. "value": "衢州",
  577. "label": "衢州",
  578. }, {
  579. "value": "舟山",
  580. "label": "舟山",
  581. }, {
  582. "value": "台州",
  583. "label": "台州",
  584. }, {
  585. "value": "丽水",
  586. "label": "丽水",
  587. }]
  588. }, {
  589. "value": "安徽",
  590. "label": "安徽",
  591. "children": [
  592. {
  593. "value": "合肥",
  594. "label": "合肥",
  595. }, {
  596. "value": "芜湖",
  597. "label": "芜湖",
  598. }, {
  599. "value": "蚌埠",
  600. "label": "蚌埠",
  601. }, {
  602. "value": "淮南",
  603. "label": "淮南",
  604. }, {
  605. "value": "马鞍山",
  606. "label": "马鞍山",
  607. }, {
  608. "value": "淮北",
  609. "label": "淮北",
  610. }, {
  611. "value": "铜陵",
  612. "label": "铜陵",
  613. }, {
  614. "value": "安庆",
  615. "label": "安庆",
  616. }, {
  617. "value": "黄山",
  618. "label": "黄山",
  619. }, {
  620. "value": "滁州",
  621. "label": "滁州",
  622. }, {
  623. "value": "阜阳",
  624. "label": "阜阳",
  625. }, {
  626. "value": "宿州",
  627. "label": "宿州",
  628. }, {
  629. "value": "六安",
  630. "label": "六安",
  631. }, {
  632. "value": "亳州",
  633. "label": "亳州",
  634. }, {
  635. "value": "池州",
  636. "label": "池州",
  637. }, {
  638. "value": "宣城",
  639. "label": "宣城",
  640. }]
  641. }, {
  642. "value": "福建",
  643. "label": "福建",
  644. "children": [
  645. {
  646. "value": "福州",
  647. "label": "福州",
  648. }, {
  649. "value": "厦门",
  650. "label": "厦门",
  651. }, {
  652. "value": "莆田",
  653. "label": "莆田",
  654. }, {
  655. "value": "三明",
  656. "label": "三明",
  657. }, {
  658. "value": "泉州",
  659. "label": "泉州",
  660. }, {
  661. "value": "漳州",
  662. "label": "漳州",
  663. }, {
  664. "value": "南平",
  665. "label": "南平",
  666. }, {
  667. "value": "龙岩",
  668. "label": "龙岩",
  669. }, {
  670. "value": "宁德",
  671. "label": "宁德",
  672. }]
  673. }, {
  674. "value": "江西",
  675. "label": "江西",
  676. "children": [
  677. {
  678. "value": "南昌",
  679. "label": "南昌",
  680. }, {
  681. "value": "景德镇",
  682. "label": "景德镇",
  683. }, {
  684. "value": "萍乡",
  685. "label": "萍乡",
  686. }, {
  687. "value": "九江",
  688. "label": "九江",
  689. }, {
  690. "value": "新余",
  691. "label": "新余",
  692. }, {
  693. "value": "鹰潭",
  694. "label": "鹰潭",
  695. }, {
  696. "value": "赣州",
  697. "label": "赣州",
  698. }, {
  699. "value": "吉安",
  700. "label": "吉安",
  701. }, {
  702. "value": "宜春",
  703. "label": "宜春",
  704. }, {
  705. "value": "抚州",
  706. "label": "抚州",
  707. }, {
  708. "value": "上饶",
  709. "label": "上饶",
  710. }]
  711. }, {
  712. "value": "河南",
  713. "label": "河南",
  714. "children": [
  715. {
  716. "value": "郑州",
  717. "label": "郑州",
  718. }, {
  719. "value": "开封",
  720. "label": "开封",
  721. }, {
  722. "value": "洛阳",
  723. "label": "洛阳",
  724. }, {
  725. "value": "平顶山",
  726. "label": "平顶山",
  727. }, {
  728. "value": "安阳",
  729. "label": "安阳",
  730. }, {
  731. "value": "鹤壁",
  732. "label": "鹤壁",
  733. }, {
  734. "value": "新乡",
  735. "label": "新乡",
  736. }, {
  737. "value": "焦作",
  738. "label": "焦作",
  739. }, {
  740. "value": "濮阳",
  741. "label": "濮阳",
  742. }, {
  743. "value": "许昌",
  744. "label": "许昌",
  745. }, {
  746. "value": "漯河",
  747. "label": "漯河",
  748. }, {
  749. "value": "三门峡",
  750. "label": "三门峡",
  751. }, {
  752. "value": "南阳",
  753. "label": "南阳",
  754. }, {
  755. "value": "商丘",
  756. "label": "商丘",
  757. }, {
  758. "value": "信阳",
  759. "label": "信阳",
  760. }, {
  761. "value": "周口",
  762. "label": "周口",
  763. }, {
  764. "value": "驻马店",
  765. "label": "驻马店",
  766. }, {
  767. "value": "济源",
  768. "label": "济源",
  769. }]
  770. }, {
  771. "value": "湖北",
  772. "label": "湖北",
  773. "children": [
  774. {
  775. "value": "武汉",
  776. "label": "武汉",
  777. }, {
  778. "value": "黄石",
  779. "label": "黄石",
  780. }, {
  781. "value": "十堰",
  782. "label": "十堰",
  783. }, {
  784. "value": "宜昌",
  785. "label": "宜昌",
  786. }, {
  787. "value": "襄阳",
  788. "label": "襄阳",
  789. }, {
  790. "value": "鄂州",
  791. "label": "鄂州",
  792. }, {
  793. "value": "荆门",
  794. "label": "荆门",
  795. }, {
  796. "value": "孝感",
  797. "label": "孝感",
  798. }, {
  799. "value": "荆州",
  800. "label": "荆州",
  801. }, {
  802. "value": "黄冈",
  803. "label": "黄冈",
  804. }, {
  805. "value": "咸宁",
  806. "label": "咸宁",
  807. }, {
  808. "value": "随州",
  809. "label": "随州",
  810. }, {
  811. "value": "恩施",
  812. "label": "恩施",
  813. }, {
  814. "value": "仙桃",
  815. "label": "仙桃",
  816. }, {
  817. "value": "潜江",
  818. "label": "潜江",
  819. }, {
  820. "value": "天门",
  821. "label": "天门",
  822. }, {
  823. "value": "神农架",
  824. "label": "神农架",
  825. }]
  826. }, {
  827. "value": "湖南",
  828. "label": "湖南",
  829. "children": [
  830. {
  831. "value": "长沙",
  832. "label": "长沙",
  833. }, {
  834. "value": "株洲",
  835. "label": "株洲",
  836. }, {
  837. "value": "湘潭",
  838. "label": "湘潭",
  839. }, {
  840. "value": "衡阳",
  841. "label": "衡阳",
  842. }, {
  843. "value": "邵阳",
  844. "label": "邵阳",
  845. }, {
  846. "value": "岳阳",
  847. "label": "岳阳",
  848. }, {
  849. "value": "常德",
  850. "label": "常德",
  851. }, {
  852. "value": "张家界",
  853. "label": "张家界",
  854. }, {
  855. "value": "益阳",
  856. "label": "益阳",
  857. }, {
  858. "value": "郴州",
  859. "label": "郴州",
  860. }, {
  861. "value": "永州",
  862. "label": "永州",
  863. }, {
  864. "value": "怀化",
  865. "label": "怀化",
  866. }, {
  867. "value": "娄底",
  868. "label": "娄底",
  869. }, {
  870. "value": "湘西州",
  871. "label": "湘西州",
  872. }]
  873. }, {
  874. "value": "广东",
  875. "label": "广东",
  876. "children": [
  877. {
  878. "value": "广州",
  879. "label": "广州",
  880. }, {
  881. "value": "韶关",
  882. "label": "韶关",
  883. }, {
  884. "value": "深圳",
  885. "label": "深圳",
  886. }, {
  887. "value": "珠海",
  888. "label": "珠海",
  889. }, {
  890. "value": "汕头",
  891. "label": "汕头",
  892. }, {
  893. "value": "佛山",
  894. "label": "佛山",
  895. }, {
  896. "value": "江门",
  897. "label": "江门",
  898. }, {
  899. "value": "湛江",
  900. "label": "湛江",
  901. }, {
  902. "value": "茂名",
  903. "label": "茂名",
  904. }, {
  905. "value": "肇庆",
  906. "label": "肇庆",
  907. }, {
  908. "value": "惠州",
  909. "label": "惠州",
  910. }, {
  911. "value": "梅州",
  912. "label": "梅州",
  913. }, {
  914. "value": "汕尾",
  915. "label": "汕尾",
  916. }, {
  917. "value": "河源",
  918. "label": "河源",
  919. }, {
  920. "value": "阳江",
  921. "label": "阳江",
  922. }, {
  923. "value": "清远",
  924. "label": "清远",
  925. }, {
  926. "value": "东莞",
  927. "label": "东莞",
  928. }, {
  929. "value": "中山",
  930. "label": "中山",
  931. }, {
  932. "value": "潮州",
  933. "label": "潮州",
  934. }, {
  935. "value": "揭阳",
  936. "label": "揭阳",
  937. }, {
  938. "value": "云浮",
  939. "label": "云浮",
  940. }]
  941. }, {
  942. "value": "广西",
  943. "label": "广西",
  944. "children": [
  945. {
  946. "value": "南宁",
  947. "label": "南宁",
  948. }, {
  949. "value": "柳州",
  950. "label": "柳州",
  951. }, {
  952. "value": "桂林",
  953. "label": "桂林",
  954. }, {
  955. "value": "梧州",
  956. "label": "梧州",
  957. }, {
  958. "value": "北海",
  959. "label": "北海",
  960. }, {
  961. "value": "防城港",
  962. "label": "防城港",
  963. }, {
  964. "value": "钦州",
  965. "label": "钦州",
  966. }, {
  967. "value": "贵港",
  968. "label": "贵港",
  969. }, {
  970. "value": "玉林",
  971. "label": "玉林",
  972. }, {
  973. "value": "百色",
  974. "label": "百色",
  975. }, {
  976. "value": "贺州",
  977. "label": "贺州",
  978. }, {
  979. "value": "河池",
  980. "label": "河池",
  981. }, {
  982. "value": "来宾",
  983. "label": "来宾",
  984. }, {
  985. "value": "崇左",
  986. "label": "崇左",
  987. }]
  988. }, {
  989. "value": "海南",
  990. "label": "海南",
  991. "children": [
  992. {
  993. "value": "海口",
  994. "label": "海口",
  995. }, {
  996. "value": "三亚",
  997. "label": "三亚",
  998. }]
  999. }, {
  1000. "value": "贵州",
  1001. "label": "贵州",
  1002. "children": [
  1003. {
  1004. "value": "贵阳",
  1005. "label": "贵阳",
  1006. }, {
  1007. "value": "六盘水",
  1008. "label": "六盘水",
  1009. }, {
  1010. "value": "遵义",
  1011. "label": "遵义",
  1012. }, {
  1013. "value": "安顺",
  1014. "label": "安顺",
  1015. }, {
  1016. "value": "毕节",
  1017. "label": "毕节",
  1018. }, {
  1019. "value": "铜仁",
  1020. "label": "铜仁",
  1021. }, {
  1022. "value": "黔西南",
  1023. "label": "黔西南",
  1024. }, {
  1025. "value": "黔东南",
  1026. "label": "黔东南",
  1027. }, {
  1028. "value": "黔南",
  1029. "label": "黔南",
  1030. }]
  1031. }, {
  1032. "value": "云南",
  1033. "label": "云南",
  1034. "children": [
  1035. {
  1036. "value": "昆明",
  1037. "label": "昆明",
  1038. }, {
  1039. "value": "曲靖",
  1040. "label": "曲靖",
  1041. }, {
  1042. "value": "玉溪",
  1043. "label": "玉溪",
  1044. }, {
  1045. "value": "保山",
  1046. "label": "保山",
  1047. }, {
  1048. "value": "昭通",
  1049. "label": "昭通",
  1050. }, {
  1051. "value": "丽江",
  1052. "label": "丽江",
  1053. }, {
  1054. "value": "普洱",
  1055. "label": "普洱",
  1056. }, {
  1057. "value": "临沧",
  1058. "label": "临沧",
  1059. }, {
  1060. "value": "楚雄",
  1061. "label": "楚雄",
  1062. }, {
  1063. "value": "红河州",
  1064. "label": "红河州",
  1065. }, {
  1066. "value": "文山州",
  1067. "label": "文山州",
  1068. }, {
  1069. "value": "西双版纳",
  1070. "label": "西双版纳",
  1071. }, {
  1072. "value": "大理",
  1073. "label": "大理",
  1074. }, {
  1075. "value": "德宏",
  1076. "label": "德宏",
  1077. }, {
  1078. "value": "怒江",
  1079. "label": "怒江",
  1080. }, {
  1081. "value": "迪庆州",
  1082. "label": "迪庆州",
  1083. }]
  1084. }, {
  1085. "value": "西藏",
  1086. "label": "西藏",
  1087. "children": [
  1088. {
  1089. "value": "拉萨",
  1090. "label": "拉萨",
  1091. }, {
  1092. "value": "日喀则",
  1093. "label": "日喀则",
  1094. }, {
  1095. "value": "昌都",
  1096. "label": "昌都",
  1097. }, {
  1098. "value": "林芝",
  1099. "label": "林芝",
  1100. }, {
  1101. "value": "山南",
  1102. "label": "山南",
  1103. }, {
  1104. "value": "那曲",
  1105. "label": "那曲",
  1106. }, {
  1107. "value": "阿里地区",
  1108. "label": "阿里地区",
  1109. }]
  1110. }, {
  1111. "value": "陕西",
  1112. "label": "陕西",
  1113. "children": [
  1114. {
  1115. "value": "西安",
  1116. "label": "西安",
  1117. }, {
  1118. "value": "铜川",
  1119. "label": "铜川",
  1120. }, {
  1121. "value": "宝鸡",
  1122. "label": "宝鸡",
  1123. }, {
  1124. "value": "咸阳",
  1125. "label": "咸阳",
  1126. }, {
  1127. "value": "渭南",
  1128. "label": "渭南",
  1129. }, {
  1130. "value": "延安",
  1131. "label": "延安",
  1132. }, {
  1133. "value": "汉中",
  1134. "label": "汉中",
  1135. }, {
  1136. "value": "榆林",
  1137. "label": "榆林",
  1138. }, {
  1139. "value": "安康",
  1140. "label": "安康",
  1141. }, {
  1142. "value": "商洛",
  1143. "label": "商洛",
  1144. }]
  1145. }, {
  1146. "value": "甘肃",
  1147. "label": "甘肃",
  1148. "children": [
  1149. {
  1150. "value": "兰州",
  1151. "label": "兰州",
  1152. }, {
  1153. "value": "嘉峪关",
  1154. "label": "嘉峪关",
  1155. }, {
  1156. "value": "金昌",
  1157. "label": "金昌",
  1158. }, {
  1159. "value": "白银",
  1160. "label": "白银",
  1161. }, {
  1162. "value": "天水",
  1163. "label": "天水",
  1164. }, {
  1165. "value": "武威",
  1166. "label": "武威",
  1167. }, {
  1168. "value": "张掖",
  1169. "label": "张掖",
  1170. }, {
  1171. "value": "平凉",
  1172. "label": "平凉",
  1173. }, {
  1174. "value": "酒泉",
  1175. "label": "酒泉",
  1176. }, {
  1177. "value": "庆阳",
  1178. "label": "庆阳",
  1179. }, {
  1180. "value": "定西",
  1181. "label": "定西",
  1182. }, {
  1183. "value": "陇南",
  1184. "label": "陇南",
  1185. }, {
  1186. "value": "临夏",
  1187. "label": "临夏",
  1188. }, {
  1189. "value": "甘南",
  1190. "label": "甘南",
  1191. }]
  1192. }, {
  1193. "value": "青海",
  1194. "label": "青海",
  1195. "children": [
  1196. {
  1197. "value": "西宁",
  1198. "label": "西宁",
  1199. }, {
  1200. "value": "海东",
  1201. "label": "海东",
  1202. }, {
  1203. "value": "海北州",
  1204. "label": "海北州",
  1205. }, {
  1206. "value": "黄南州",
  1207. "label": "黄南州",
  1208. }, {
  1209. "value": "海南州",
  1210. "label": "海南州",
  1211. }, {
  1212. "value": "果洛州",
  1213. "label": "果洛州",
  1214. }, {
  1215. "value": "玉树州",
  1216. "label": "玉树州",
  1217. }, {
  1218. "value": "海西州",
  1219. "label": "海西州",
  1220. }]
  1221. }, {
  1222. "value": "宁夏",
  1223. "label": "宁夏",
  1224. "children": [
  1225. {
  1226. "value": "银川",
  1227. "label": "银川",
  1228. }, {
  1229. "value": "石嘴山",
  1230. "label": "石嘴山",
  1231. }, {
  1232. "value": "吴忠",
  1233. "label": "吴忠",
  1234. }, {
  1235. "value": "固原",
  1236. "label": "固原",
  1237. }, {
  1238. "value": "中卫",
  1239. "label": "中卫",
  1240. }]
  1241. }, {
  1242. "value": "新疆",
  1243. "label": "新疆",
  1244. "children": [
  1245. {
  1246. "value": "乌鲁木齐",
  1247. "label": "乌鲁木齐",
  1248. }, {
  1249. "value": "克拉玛依",
  1250. "label": "克拉玛依",
  1251. }, {
  1252. "value": "吐鲁番",
  1253. "label": "吐鲁番",
  1254. }, {
  1255. "value": "哈密",
  1256. "label": "哈密",
  1257. }, {
  1258. "value": "昌吉州",
  1259. "label": "昌吉州",
  1260. }, {
  1261. "value": "博尔塔拉",
  1262. "label": "博尔塔拉",
  1263. }, {
  1264. "value": "巴音郭楞",
  1265. "label": "巴音郭楞",
  1266. }, {
  1267. "value": "阿克苏",
  1268. "label": "阿克苏",
  1269. }, {
  1270. "value": "克孜勒苏",
  1271. "label": "克孜勒苏",
  1272. }, {
  1273. "value": "喀什",
  1274. "label": "喀什",
  1275. }, {
  1276. "value": "和田",
  1277. "label": "和田",
  1278. }, {
  1279. "value": "伊犁哈",
  1280. "label": "伊犁哈",
  1281. }, {
  1282. "value": "塔城",
  1283. "label": "塔城",
  1284. }, {
  1285. "value": "阿勒泰",
  1286. "label": "阿勒泰",
  1287. }, {
  1288. "value": "石河子",
  1289. "label": "石河子",
  1290. }, {
  1291. "value": "阿拉尔",
  1292. "label": "阿拉尔",
  1293. }, {
  1294. "value": "图木舒克",
  1295. "label": "图木舒克",
  1296. }, {
  1297. "value": "五家渠",
  1298. "label": "五家渠",
  1299. }, {
  1300. "value": "北屯",
  1301. "label": "北屯",
  1302. }, {
  1303. "value": "铁门关",
  1304. "label": "铁门关",
  1305. }, {
  1306. "value": "双河",
  1307. "label": "双河",
  1308. }, {
  1309. "value": "可克达拉",
  1310. "label": "可克达拉",
  1311. }, {
  1312. "value": "昆玉",
  1313. "label": "昆玉",
  1314. }]
  1315. }, {
  1316. "value": "台湾",
  1317. "label": "台湾",
  1318. "children": [
  1319. {
  1320. "value": "台北",
  1321. "label": "台北",
  1322. }, {
  1323. "value": "台南",
  1324. "label": "台南",
  1325. }, {
  1326. "value": "彰化",
  1327. "label": "彰化"
  1328. }, {
  1329. "value": "高雄",
  1330. "label": "高雄",
  1331. }, {
  1332. "value": "新北",
  1333. "label": "新北",
  1334. }, {
  1335. "value": "桃园",
  1336. "label": "桃园",
  1337. }, {
  1338. "value": "台中",
  1339. "label": "台中",
  1340. }, {
  1341. "value": "基隆",
  1342. "label": "基隆",
  1343. }, {
  1344. "value": "新竹",
  1345. "label": "新竹",
  1346. }, {
  1347. "value": "嘉义",
  1348. "label": "嘉义",
  1349. }, {
  1350. "value": "竹北",
  1351. "label": "竹北"
  1352. }, {
  1353. "value": "苗栗",
  1354. "label": "苗栗",
  1355. }, {
  1356. "value": "南投",
  1357. "label": "南投",
  1358. }, {
  1359. "value": "台东",
  1360. "label": "台东",
  1361. }, {
  1362. "value": "连江",
  1363. "label": "连江",
  1364. }, {
  1365. "value": "花莲",
  1366. "label": "花莲",
  1367. }, {
  1368. "value": "金门",
  1369. "label": "金门",
  1370. }, {
  1371. "value": "澎湖",
  1372. "label": "澎湖",
  1373. }, {
  1374. "value": "屏东",
  1375. "label": "屏东",
  1376. }, {
  1377. "value": "宜兰",
  1378. "label": "宜兰",
  1379. }, {
  1380. "value": "云林",
  1381. "label": "云林",
  1382. }, {
  1383. "value": "彰化",
  1384. "label": "彰化",
  1385. }]
  1386. }, {
  1387. "value": "香港",
  1388. "label": "香港",
  1389. "children": [
  1390. {
  1391. "value": "香港",
  1392. "label": "香港",
  1393. }]
  1394. }, {
  1395. "value": "澳门",
  1396. "label": "澳门",
  1397. "children": [
  1398. {
  1399. "value": "澳门",
  1400. "label": "澳门",
  1401. }]
  1402. }]