From 5f4dca0a773f65a288691d6e2d20ae37aebf286e Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Mon, 21 Oct 2019 09:04:13 +0800 Subject: [PATCH] =?UTF-8?q?1018=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/Controller/SsgController.class.php | 2 +- Application/Mobile/View/Ssg/home.html | 2 +- Application/Mobile/View/Ssg/login.html | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 90a67df38..fcb1932c1 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -159,7 +159,7 @@ class SsgController extends BaseController { } //添加自动登录 $userApi = new MemberApi(); - $user_id = $userApi->login($account, $password,1); + $user_id = $userApi->login($user['account'], $user['password'],1); $this -> set_message(1, "success", "添加成功"); diff --git a/Application/Mobile/View/Ssg/home.html b/Application/Mobile/View/Ssg/home.html index 37454efc1..553834235 100644 --- a/Application/Mobile/View/Ssg/home.html +++ b/Application/Mobile/View/Ssg/home.html @@ -49,7 +49,7 @@
diff --git a/Application/Mobile/View/Ssg/login.html b/Application/Mobile/View/Ssg/login.html index cfb14b663..69c967d27 100644 --- a/Application/Mobile/View/Ssg/login.html +++ b/Application/Mobile/View/Ssg/login.html @@ -14,7 +14,7 @@
- > +