vue中toFixed获取小数点后两位  
错误提示:
.toFixed is not a function
解决办法:
Number
(_this.group_cash).toFixed(2)

转自:https://www.cnblogs.com/WoAiZmm/p/8000409.html

posted on 2018-01-22 14:59  仔仔爱学习  阅读(4408)  评论(0)    收藏  举报