Ver Fonte

frontend fix to use vue

jason.lu há 6 anos atrás
pai
commit
300ac40d62
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      js/newData.js

+ 3 - 0
js/newData.js

@@ -276,6 +276,9 @@ RedRankTable.showPart = function(slide, part, data){
             partList[partList.length] = one.jsonObj;
         }
         partList[partList.length - 1].workerName = getUserName(partList[partList.length - 1].workerId);
+        if("[用户:"+0+"]" == partList[partList.length - 1].workerName){
+            partList[partList.length - 1].workerName = "-";
+        }
         partList[partList.length - 1].color = true;
     }