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