shawenguan пре 1 година
родитељ
комит
54111e4e3b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 0
Scripts/hbcpre/hbcpreHelper.js

@@ -443,6 +443,7 @@ function handlerMySeriesList(){
         item.seriesName = `${seriesName}#¥${parseFloat(item.avgPrice).toFixed(2)}`;
         item.seriesName = `${seriesName}#¥${parseFloat(item.avgPrice).toFixed(2)}`;
         item.authorName = `${item.authorName}\n(${item.soldNum}/${item.issueNum})`
         item.authorName = `${item.authorName}\n(${item.soldNum}/${item.issueNum})`
     }
     }
+    gRetBody = rspData;
 }
 }
 
 
 function handlerCompoundData(){
 function handlerCompoundData(){