shawenguan 1 年之前
父節點
當前提交
1f89eeba63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -570,7 +570,7 @@ function handlerMySeriesList() {
                 item.total = cntDict[seriesName];
             }
             item.seriesName = `${seriesName}#¥${parseFloat(item.avgPrice).toFixed(2)}`;
-            item.authorName = `$存量(${formatNumberWithKAndW(item.soldNum)}/${formatNumberWithKAndW(item.issueNum)})`;
+            item.authorName = `存量(${formatNumberWithKAndW(item.soldNum)}/${formatNumberWithKAndW(item.issueNum)})`;
         }
         magicJS.data.write(HbcpreConstKey.collectionClassList, mySeriesData);
         gRetBody = rspData;