|
|
|
@ -137,7 +137,6 @@ class HomeController extends Controller
|
|
|
|
|
$code = I('code', '');
|
|
|
|
|
$gameId = I('gid', 0);
|
|
|
|
|
$promoteId = I('pid', 0);
|
|
|
|
|
|
|
|
|
|
if ($code == '' && ($gameId == 0 || $promoteId == 0)) {
|
|
|
|
|
$this->error('访问错误');
|
|
|
|
|
}
|
|
|
|
@ -214,7 +213,7 @@ class HomeController extends Controller
|
|
|
|
|
$this->assign('isAndroid', $isAndroid);
|
|
|
|
|
$this->assign('apply', $apply);
|
|
|
|
|
$this->assign('game', $game);
|
|
|
|
|
$this->display();
|
|
|
|
|
$this->display('landingPage');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|