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;