Sat Jul 13 09:15:47 CST 2019 Source Update...

This commit is contained in:
2019-07-13 09:15:47 +08:00
parent 750a54c15f
commit b415da0a52
21 changed files with 1515 additions and 3682 deletions

View File

@@ -91,7 +91,7 @@ function CheckNameAccTo()
function SetNameAccTo()
{
var Str = "";
var ToID = ($("idTo").value);
var ToID = $("idTo").value.trim();
var Item = MapAccounts[ToID];
var StrTo = GetAccountText(Item, ToID, 1);
var element = $("idNameTo");