diff --git a/code/app/home/controller/Index.php b/code/app/home/controller/Index.php index 4120698..94c0d44 100644 --- a/code/app/home/controller/Index.php +++ b/code/app/home/controller/Index.php @@ -160,7 +160,7 @@ class Index extends BaseController $strView = $boolIsMobile ? '' : 'pc/index'; // 生成多少个干扰吗 - $this->generateGrm(2, 0, 30); + $this->generateGrm(2, 0, 150); return $this->rending($strView); } } diff --git a/code/app/home/view/kuangyu/Pc/Public/hostListImg.html b/code/app/home/view/kuangyu/Pc/Public/hostListImg.html index 6356257..60420e2 100644 --- a/code/app/home/view/kuangyu/Pc/Public/hostListImg.html +++ b/code/app/home/view/kuangyu/Pc/Public/hostListImg.html @@ -1,4 +1,5 @@
{$key+=1}
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
{if $key < 6}
- {$arrGRM[$key]|raw}
- {include file="Pc/Public/swiperListImg" /}
+ {include file="Pc/Public/swiperListImg" start="1" /}
{/if}
{/volist}
@@ -43,7 +42,7 @@