shawenguan 1 tahun lalu
induk
melakukan
1f89eeba63
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;