Commit 558b459d593e5d614aef6bcd0cdc639a75311050

Authored by Andy
1 parent 489b218f

更新首页设备数量

Showing 1 changed file with 2 additions and 1 deletions
js/pagejs/index.js
... ... @@ -1235,7 +1235,8 @@
1235 1235 //该设备该区域数量
1236 1236 var equCount = equCountryMap[countryName];
1237 1237 if(countryIndex[countryName]==null || countryIndex[countryName]==undefined){
1238   - otherNums += equCount;
  1238 + //临时备注设备
  1239 + // otherNums += equCount;
1239 1240 }else{
1240 1241 var index = countryIndex[countryName];
1241 1242 serisItem.data[index] = equCount;
... ...