shawenguan 1 year ago
parent
commit
50bdb3e712
1 changed files with 1 additions and 1 deletions
  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;