From 558b459d593e5d614aef6bcd0cdc639a75311050 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 11 Aug 2017 10:48:37 +0800 Subject: [PATCH] 更新首页设备数量 --- js/pagejs/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/pagejs/index.js b/js/pagejs/index.js index 92d2247..9a8c846 100644 --- a/js/pagejs/index.js +++ b/js/pagejs/index.js @@ -1235,7 +1235,8 @@ //该设备该区域数量 var equCount = equCountryMap[countryName]; if(countryIndex[countryName]==null || countryIndex[countryName]==undefined){ - otherNums += equCount; + //临时备注设备 + // otherNums += equCount; }else{ var index = countryIndex[countryName]; serisItem.data[index] = equCount; -- libgit2 0.21.4