|
@@ -110,7 +110,7 @@
|
|
|
</statistic-item>
|
|
|
<statistic-item>
|
|
|
<span>乐理课成交金额</span>
|
|
|
- <span><count-to :endVal="statInfo.buyMusicTheoryAmount" /></span>
|
|
|
+ <span><count-to :endVal="statInfo.buyMusicTheoryAmount" :decimals="2"/></span>
|
|
|
</statistic-item>
|
|
|
<statistic-item>
|
|
|
<span>1v1VIP课购买人数</span>
|
|
@@ -118,7 +118,7 @@
|
|
|
</statistic-item>
|
|
|
<statistic-item>
|
|
|
<span>1v1VIP课成交金额</span>
|
|
|
- <span><count-to :endVal="statInfo.buyVip1Amount" /></span>
|
|
|
+ <span><count-to :endVal="statInfo.buyVip1Amount" :decimals="2"/></span>
|
|
|
</statistic-item>
|
|
|
<statistic-item>
|
|
|
<span>1v2VIP课购买人数</span>
|
|
@@ -126,7 +126,7 @@
|
|
|
</statistic-item>
|
|
|
<statistic-item>
|
|
|
<span>1v2VIP课成交金额</span>
|
|
|
- <span><count-to :endVal="statInfo.buyVip2Amount" /></span>
|
|
|
+ <span><count-to :endVal="statInfo.buyVip2Amount" :decimals="2"/></span>
|
|
|
</statistic-item>
|
|
|
</statistic>
|
|
|
<div class="tableWrap">
|