shawenguan 1 rok pred
rodič
commit
35dd98653b
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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');