修改金额不为0

This commit is contained in:
zoujiandong 2023-11-07 08:59:11 +08:00
parent 53da3d7231
commit 93ae44c789

View File

@ -56,9 +56,6 @@ const rules = {
{ required: true, message: '请输入个人所得税' },
{
validator: (value, cb) => {
if (value==0) {
cb('金额需要大于0');
}
if (value>props.max) {
cb('修改金额不可超出提现金额');
}