shawenguan 1 年之前
父節點
當前提交
8662333d86
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
     }