提交 e8d1aa2f authored 作者: 王天霸's avatar 王天霸

1

上级 298de8a7
...@@ -701,7 +701,7 @@ ...@@ -701,7 +701,7 @@
this.goodsAllData.ladder = ladder this.goodsAllData.ladder = ladder
// 进一步处理金额数据 // 进一步处理金额数据
this.goodsAllData.ladder.map((item)=> { this.goodsAllData.ladder.map((item)=> {
item.money = formatNumber(item.money*100) item.money =Number(this.cal.accMul(item.money,100))
return item return item
}); });
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论