Commit 67ff33a4 by guanzhenshan

解决更新帐号信息异常的问题

parent 6fca0e26
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
if ('@ViewBag.m.id' > 0) { if ('@ViewBag.m.id' > 0) {
$('#status').val('@ViewBag.m.status'); $('#status').val('@ViewBag.m.status');
$('#platformindex').prop('disabled', true); $('#platformindex').prop('readonly', true);
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment