shawenguan 1 년 전
부모
커밋
35dd98653b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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');