shawenguan 1 年之前
父节点
当前提交
50bdb3e712
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;