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');