mirror of
https://github.com/mumuy/data_location.git
synced 2025-06-18 00:49:16 +08:00
updated 判断错误修改
This commit is contained in:
parent
6eadd7ec6f
commit
40636a75a9
@ -149,7 +149,7 @@
|
||||
listMap = map;
|
||||
var count1 = 0,count2 = 0,count3 = 0,count4 = 0;
|
||||
for(var code in listMap){
|
||||
if(code.match(/00$/)&&code<'710000'){
|
||||
if(code.match(/00$/)&&!code.match(/0000$/)&&code<'710000'){
|
||||
if(listMap[code].match(/市$/)){
|
||||
count1++;
|
||||
}else if(listMap[code].match(/地区$/)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user