* Add format judgment to the exchange rate.

This commit is contained in:
tianshujie98
2021-08-02 09:01:11 +08:00
parent 4ac9ca105d
commit 6cf5b67feb
7 changed files with 87 additions and 76 deletions
+5
View File
@@ -58,6 +58,11 @@ $(function()
$('#confirm').click(function()
{
var exchangeRate = $('#rate').val();
if(!exchangeRate)
{
alert(exRateNotEmpty);
return false;
}
$('#isChangeUnit').val(true);
$('#exchangeRate').val(exchangeRate);