Commit 1bdd455d authored by leiqingsong's avatar leiqingsong

修改月度奖励控制台报错

parent d9492beb
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
:endVal="awardInfo.monthAwardTotal" :endVal="awardInfo.monthAwardTotal"
:duration="3000" :duration="3000"
style="font-weight: bold" style="font-weight: bold"
decimals="2" :decimals="2"
></countTo> ></countTo>
<p v-if="awardInfo" style="font-size: 14px;color:#333333"> <p v-if="awardInfo" style="font-size: 14px;color:#333333">
历史累计奖金:¥{{ awardInfo.awardTotal || 0 }} 历史累计奖金:¥{{ awardInfo.awardTotal || 0 }}
......
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