diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 34ac00d4e..b83fc5959 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -722,6 +722,7 @@ var PhoneObj = { }, success: function (result) { if (result.code == '0000') { + $(".phone").hide(); $('.mounting').show(); } else { alert(result.msg) @@ -768,11 +769,12 @@ var PhoneObj = { cache: false, success: function (result) { if (result.code == '0000') { + $('.login').hide(); $('.mounting').show(); - GetVerityCode(); } else { alert(result.msg); } + GetVerityCode(); } }); }) @@ -813,6 +815,7 @@ var PhoneObj = { }, success: function (result) { if (result.code == '0000') { + $(".common").hide(); $('.mounting').show(); } else { alert(result.msg)