shawenguan 1 năm trước cách đây
mục cha
commit
8662333d86
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Scripts/hbcpre/hbcpreHelper.js

+ 2 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -428,7 +428,8 @@ function handleMarketSeriesList() {
         // care
         // grade
         // isSpillover
-        const id = iData.id;
+        const iData = itemData[i];
+        const id = iData.seriesId;
         tmpItemDict[id] = iData;
     }