From cd6f6e5610ffbcb4eb6eab4d77246cbb68f92c5d Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 25 Dec 2019 19:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Home/landingPage.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)