diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index f2950ea97..fffe86220 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -19,7 +19,7 @@ class SsgController extends BaseController { const CODE_ERROR = -97; //验证码错误 const RETURN_SUCCESS = 1; const RETURN_FALSE = 2; - const signprice = 0.01; //充值金额 + const signprice = 10; //充值金额 public function login() @@ -61,8 +61,9 @@ class SsgController extends BaseController { public function do_login() { $account = I("Account"); - $password = I("Password"); + $password = I("Password"); $promoteId = I("promote_id", 0); + $password = base64_decode($password); /*if (!$promoteId) { $this->ajaxReturn(array("ErrorCode" => -97, "ResultMsg" => "参数非法")); }*/ diff --git a/Application/Mobile/View/Ssg/login.html b/Application/Mobile/View/Ssg/login.html index b5144e536..18a666838 100644 --- a/Application/Mobile/View/Ssg/login.html +++ b/Application/Mobile/View/Ssg/login.html @@ -97,7 +97,7 @@
- +
@@ -212,6 +212,7 @@ +