debug
This commit is contained in:
@@ -187,13 +187,13 @@ class SiteContext
|
||||
public function getHomeView(string $strPlatform): string
|
||||
{
|
||||
if ($strPlatform == 'h5') {
|
||||
if ($this->DomainModel->n_id > 0) {
|
||||
if ($this->DomainModel->info_id > 0) {
|
||||
$strView = 'novel/getNovelInfo.html';
|
||||
} else {
|
||||
$strView = 'index/index.html';
|
||||
}
|
||||
} else {
|
||||
if ($this->DomainModel->n_id > 0) {
|
||||
if ($this->DomainModel->info_id > 0) {
|
||||
$strView = 'pc/getNovelInfo.html';
|
||||
} else {
|
||||
$strView = 'pc/index.html';
|
||||
|
||||
Reference in New Issue
Block a user