优化积分选择出错问题

This commit is contained in:
wuxw 2024-07-03 10:01:57 +08:00
parent ed8f6dbeba
commit f7e592f8b0

View File

@ -234,7 +234,7 @@
return;
}
this.useIntegral = 'N';
this.useIntegral = 'Y';
this.money = parseFloat(this.orgMoney) - parseFloat(this.integralMoney);
this.money = this.money.toFixed(2);
},