shawenguan há 1 ano atrás
pai
commit
35dd98653b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Scripts/wubian/wubianHelper.js

+ 1 - 0
Scripts/wubian/wubianHelper.js

@@ -488,6 +488,7 @@ function checkArticleModify(artInfo, modifyCntDict) {
 }
 
 function getMyAllArtRealCountData() {
+    let dict = {};
     let str = magicJS.data.read(WuBianConstKey.MyAllArtRealCountData, '');
     if (str && str.trim().length > 0) {
         let lineArr = str.split('\n');