diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 86cec8911..40f5d9edf 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -249,6 +249,7 @@ class SsgController extends BaseController { $this->ajaxReturn($msg,'JSON'); exit(); } + //真正注册代码 public function doRegister($account,$password,$phone,$promote_id,$register_way,$register_type, $game_id = 0) { diff --git a/Public/Home/css/index2.css b/Public/Home/css/index2.css index 4a9e755dc..368d41240 100644 --- a/Public/Home/css/index2.css +++ b/Public/Home/css/index2.css @@ -76,7 +76,7 @@ .evaluate .start .iconImg{ display: inline-block; vertical-align: middle; - width: 1.95rem; + width: 1.84rem; height: 0.3rem; background: url("../images/game_score1.png")no-repeat left center; background-size: auto 100%; @@ -126,7 +126,7 @@ } .slide-item >img{ width: 100%; - height: 6.22rem; + height: 7.82rem; pointer-events: none; } /*隐藏掉滚动条*/ diff --git a/Public/Home/images/game_score1.png b/Public/Home/images/game_score1.png index 83cfd5f45..f7540a185 100644 Binary files a/Public/Home/images/game_score1.png and b/Public/Home/images/game_score1.png differ diff --git a/Public/Home/images/game_score2.png b/Public/Home/images/game_score2.png index aefd6805a..28b8b8026 100644 Binary files a/Public/Home/images/game_score2.png and b/Public/Home/images/game_score2.png differ