debug
This commit is contained in:
@@ -229,13 +229,22 @@ class SiteContext
|
||||
{
|
||||
if ($strPlatform == 'h5') {
|
||||
if ($this->DomainModel->info_id > 0) {
|
||||
$strView = 'novel/getNovelInfo.html';
|
||||
if(config('app.default_app_type') == 'video'){
|
||||
$strView = 'video/getVideoInfo.html';
|
||||
}else{
|
||||
$strView = 'novel/getNovelInfo.html';
|
||||
}
|
||||
|
||||
} else {
|
||||
$strView = 'index/index.html';
|
||||
}
|
||||
} else {
|
||||
if ($this->DomainModel->info_id > 0) {
|
||||
$strView = 'pc/getNovelInfo.html';
|
||||
if(config('app.default_app_type') == 'video'){
|
||||
$strView = 'pc/getVideoInfo.html';
|
||||
}else{
|
||||
$strView = 'pc/getNovelInfo.html';
|
||||
}
|
||||
} else {
|
||||
$strView = 'pc/index.html';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user