Commit cd3e6e72 by Sweet Zhang

修改龙虎榜显示问题

parent 31eb2ae4
......@@ -57,8 +57,8 @@
<li style="text-indent: 12px;">完成率</li>
</ul>
<ul>
<li>¥{{onlineInfo?.fyp | number: "1.0-0"}}</li>
<li>¥{{onlineInfo?.fyc | number: "1.0-0"}}</li>
<li>¥{{onlineInfo?.fyp | number: "1.0-2"}}</li>
<li>¥{{onlineInfo?.fyc | number: "1.0-2"}}</li>
<li>{{onlineInfo?.count?onlineInfo.count:'-'}}</li>
<li style="text-indent: 12px;">{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}</li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment