mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化积分选择出错问题
This commit is contained in:
parent
ed8f6dbeba
commit
f7e592f8b0
@ -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);
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user