Commit 21300287 by 许雪里 Committed by GitHub

Merge pull request #875 from jianzhiunique/master

 手动注册改自动注册,将会造成瞬间不可用的问题
parents 7c0d119f bd523fcc
......@@ -134,7 +134,7 @@ $(function() {
if (addressType == 0) {
$addressList.css("background-color", "#eee"); // 自动注册
$addressList.attr("readonly","readonly");
$addressList.val("");
//$addressList.val("");
} else {
$addressList.css("background-color", "white");
$addressList.removeAttr("readonly");
......
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 sign in to comment