shawenguan hace 1 año
padre
commit
50bdb3e712
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;