最后写在methods里面,用方法来返回
calprice:function(price){
let result = price * this.vipzk;
let realVal = parseFloat(result).toFixed(2)
return realVal;
},
最后写在methods里面,用方法来返回
calprice:function(price){
let result = price * this.vipzk;
let realVal = parseFloat(result).toFixed(2)
return realVal;
},
本文标题:Vue中对数值进行保留小数点后两位的处理
本文链接:https://www.haomeiwen.com/subject/tidntktx.html
网友评论