Authored by htoooth

fix

... ... @@ -148,6 +148,10 @@
已经被以上账户注册。
</h2>
<h1 class="usertagremind">您可以更换一个新的手机号码绑定该账号,也可以使用该手机号码直接登录</h1>
<div class="gobindbottomwrapper">
<a href="javascript:;" class="logindirectly" id="yohobindbtn3">绑定其他手机号</a>
<a href="http://www.yohobuy.com/signin.html" class="logindirectly" id="logindirectly3">使用手机号直接登录</a>
</div>
</div>
</div>
</div>
... ...
... ... @@ -196,6 +196,12 @@ function yohoBindBtn() {
$('#alreayregist').hide();
$('.backdrop').hide();
});
$(document).on('click', '#yohobindbtn3', function() {
$('.phonenum').val('');
$('#norelate').hide();
$('.backdrop').hide();
});
}
/**
... ...