From eddc5eb7a62a3789d8b902fd09d2a9a0ce974e5f Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 25 Dec 2019 19:35:28 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index cade98419..34ac00d4e 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -756,7 +756,7 @@ var PhoneObj = { url: 'mobile.php?s=/Common/login.html', data: { 'account': account, - 'password': window.btoa(password), + 'password': password, 'verify_code': verifyCode, 'promote_id': promoteId, },