Showing
1 changed file
with
1 additions
and
1 deletions
@@ -110,7 +110,7 @@ function getUserInfo(id) { | @@ -110,7 +110,7 @@ function getUserInfo(id) { | ||
110 | 110 | ||
111 | if (data.hasOwnProperty[key]) { | 111 | if (data.hasOwnProperty[key]) { |
112 | if (!!data[key]) { | 112 | if (!!data[key]) { |
113 | - eval('$' + key).val(data[key]); | 113 | + window('$' + key).val(data[key]); |
114 | } | 114 | } |
115 | } | 115 | } |
116 | } | 116 | } |
-
Please register or login to post a comment