Commit 02de5cbf by libai

测试

parent a0039a4f
Showing with 2 additions and 2 deletions
...@@ -572,14 +572,14 @@ function loginGo(){ ...@@ -572,14 +572,14 @@ function loginGo(){
} }
html+='<li style="display:none;text-align: center;pointer-events: none;" class="search-no-li">暫無該國家地區</li>' html+='<li style="display:none;text-align: center;pointer-events: none;" class="search-no-li">暫無該國家地區</li>'
$(".login-input-ul").html(html) $(".login-input-ul").html(html)
$(".login-input-ul li").on("click",function(){ $(".login-input-ul li").unbind("click").on("click",function(){
$(".login-input-ul").fadeOut(0) $(".login-input-ul").fadeOut(0)
$(".login-box2 .login-input-area").attr("data-type","1") $(".login-box2 .login-input-area").attr("data-type","1")
$(".login-area-p2 >img").css("transform","rotate(0deg)") $(".login-area-p2 >img").css("transform","rotate(0deg)")
areaName=$(this).children(".input-ul-span1").text() areaName=$(this).children(".input-ul-span1").text()
phoneNum=$(this).children(".input-ul-span2").children("span").text() phoneNum=$(this).children(".input-ul-span2").children("span").text()
$(".login-area-p2 span").text(areaName) $(".login-area-p2 span").text(areaName)
$(".login-box2 .login-input-phone-span").text('+'+phoneNum+'') $(".login-input-phone .login-input-phone-span").text('+'+phoneNum+'')
$(".nation-search").hide() $(".nation-search").hide()
}) })
$(".login-box2 .login-submit-btn").on("click",function(){ $(".login-box2 .login-submit-btn").on("click",function(){
......
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