shawenguan 1 год назад
Родитель
Сommit
5fed6c2d3e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -441,7 +441,7 @@ function handlerMySeriesList(){
             item.total = cntDict[seriesName];
         }
         item.seriesName = `${seriesName}#¥${parseFloat(item.avgPrice).toFixed(2)}`;
-        item.authorName = `${item.authorName}\n(${item.soldNum}/${item.issueNum})`
+        item.authorName = `${item.authorName}<br>(${item.soldNum}/${item.issueNum})`
     }
     gRetBody = rspData;
 }