* Finish task #41573,41575.

This commit is contained in:
tianshujie98
2021-08-19 09:36:08 +08:00
parent 4c60d66765
commit 45c1153e17
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -63,6 +63,11 @@ $(function()
alert(exRateNotEmpty);
return false;
}
else if(isNaN(exchangeRate))
{
alert(exRateNum);
return false;
}
else if(exchangeRate < 0)
{
alert(exRateNotNegative);