shawenguan před 1 rokem
rodič
revize
50bdb3e712
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -412,7 +412,7 @@ function handleCollectionIndex(){
         return;
     }
     readItemCntRwDict();
-    let dataList = rspData.data;
+    let dataList = rspData.data.data;
 
     for(let i=0; i < dataList.length; i++){
         const id = dataList[i].collection_id;