diff --git a/public/components/property/prestoreAccount2/prestoreAccount2.js b/public/components/property/prestoreAccount2/prestoreAccount2.js index a6f86ea65..4a246d170 100644 --- a/public/components/property/prestoreAccount2/prestoreAccount2.js +++ b/public/components/property/prestoreAccount2/prestoreAccount2.js @@ -86,6 +86,7 @@ }, _computedAmount: function(){ let amount = vc.component.prestoreAccount2Info.receivedAmount - vc.component.prestoreAccount2Info.totalAmount; + amount = amount.toFixed(2); vc.component.prestoreAccount2Info.amount = amount < 0 ? 0 : amount; }, clearPrestoreAccount2Info: function () {