修改万为w

This commit is contained in:
LingZhaoHui 2020-10-29 00:28:08 +08:00
parent bef7f445f4
commit b981a1ba0f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<#if statistic.statisticBlogViewCount?length gt 5>
<#assign viewCount=statistic.statisticBlogViewCount?number/>
<#assign viewCountWan=viewCount/10000 />
${viewCountWan?string('#.##')}
${viewCountWan?string('#.##')}w
<#else>
${statistic.statisticBlogViewCount}
</#if>