|
|
@@ -825,12 +825,6 @@ function handlerMySeriesList() {
|
|
|
item.seriesName = `${seriesName}#¥${parseFloat(item.avgPrice).toFixed(2)}`;
|
|
|
item.authorName = `存量(${formatNumberWithKAndW(item.soldNum)}/${formatNumberWithKAndW(item.issueNum)})`;
|
|
|
}
|
|
|
- // 拥有数量=0
|
|
|
- for (let sId in cntDict){
|
|
|
- if(!existsIds[sId]){
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
magicJS.data.write(HbcpreConstKey.myOwnSeriesListDict, mySeriesData);
|
|
|
gRetBody = rspData;
|
|
|
}
|