|
|
|
@ -223,6 +223,9 @@ class HomeController extends Controller
|
|
|
|
|
if ($gameSource['is_new_sdk'] == 1) {
|
|
|
|
|
$isNewIos = true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 调试
|
|
|
|
|
$isIOS = true;
|
|
|
|
|
|
|
|
|
|
$downloadUrl = '';
|
|
|
|
|
if (!$isNewIos && $isIOS13) {
|
|
|
|
@ -243,7 +246,7 @@ class HomeController extends Controller
|
|
|
|
|
$this->assign('promoteId', $promoteId);
|
|
|
|
|
$cur_url = base64_encode(base64_encode("http://" . $_SERVER['HTTP_HOST'] . __SELF__));
|
|
|
|
|
$this->assign('cur_url', $cur_url);
|
|
|
|
|
if ($this->get_device_type() == 'ios') {
|
|
|
|
|
if ($isIOS) {
|
|
|
|
|
$this->display('landingPage');
|
|
|
|
|
} else {
|
|
|
|
|
$this->display('landingPage2');
|
|
|
|
|