debug
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<div class="tabBd">
|
||||
<ul class="hotBookBd ">
|
||||
{volist name="arrMoonRankNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/endNovelList" start="0"/}
|
||||
{include file="pc/public/endNovelList" start="0"/}
|
||||
{/volist}
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
{foreach $arrNewsNovel as $key=>$Novel}
|
||||
{include file="Pc/Public/articleList" /}
|
||||
{include file="pc/public/articleList" /}
|
||||
{/foreach}
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
<div class="result" mod="search_data_list">
|
||||
<ul>
|
||||
{volist name="arrNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/shuKuNovelList" start="0"/}
|
||||
{include file="pc/public/shuKuNovelList" start="0"/}
|
||||
{/volist}
|
||||
</ul>
|
||||
<!--页码切换 开始-->
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<div class="tit" btn="toggle_chapter_list"><span></span>章节列表</div>
|
||||
|
||||
<!-- 目录下拉分页-->
|
||||
{include file="Pc/Public/allChapterPage" /}
|
||||
{include file="pc/public/allChapterPage" /}
|
||||
|
||||
<div class="fL_con">
|
||||
<ul>
|
||||
@@ -126,7 +126,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 目录下拉分页-->
|
||||
{include file="Pc/Public/allChapterPage" /}
|
||||
{include file="pc/public/allChapterPage" /}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -76,13 +76,13 @@
|
||||
</div>
|
||||
<ul class="f2_list" mod="hot_tj">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/endNovelList" start="0"/}
|
||||
{include file="pc/public/endNovelList" start="0"/}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="adv">
|
||||
{volist name="arrAdBanner" id="Ad" key="key"}
|
||||
{include file="Pc/Public/adBanner" /}
|
||||
{include file="pc/public/adBanner" /}
|
||||
{/volist}
|
||||
|
||||
</div>
|
||||
@@ -96,14 +96,14 @@
|
||||
</div>
|
||||
<ul class="rec_R">
|
||||
{volist name="arrRecommendEndNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/endNovelList" start="13"/}
|
||||
{include file="pc/public/endNovelList" start="13"/}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="adv">
|
||||
{volist name="arrAdBanner" id="Ad" key="key"}
|
||||
{include file="Pc/Public/adBanner" /}
|
||||
{include file="pc/public/adBanner" /}
|
||||
{/volist}
|
||||
</div>
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
{volist name="arrNewsUpdateNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/indexNewsUpdateList" start="21"/}
|
||||
{include file="pc/public/indexNewsUpdateList" start="21"/}
|
||||
{/volist}
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -66,6 +66,9 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
const strPcPath = `{$strPcPath}`;
|
||||
</script>
|
||||
<script src="/public/js/yueduqsbs.js"></script>
|
||||
|
||||
</head>
|
||||
@@ -141,7 +144,7 @@
|
||||
</li>
|
||||
<li class="line"></li>
|
||||
<li class="sign-in">
|
||||
<img src="/template/kuangyu/reader/web/images{$strUserUrlTemp}-icon.png" class="headPortrait">
|
||||
<img src="/template/kuangyu/reader/web/images/user-icon.png" class="headPortrait">
|
||||
<a href="{$strPcPath}{$strUserUrlTemp}">123456</a>
|
||||
<div class="dropdown">
|
||||
<!-- <a href="{$strUserUrlTemp}/index/index.html">个人中心</a> -->
|
||||
|
||||
@@ -65,10 +65,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrDayRankNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="0"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="0"/}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexBoyRankList" start="1"/}
|
||||
{include file="pc/public/indexBoyRankList" start="1"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -89,10 +89,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrWeekRankNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="10"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="10"/}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexBoyRankList" start="11"/}
|
||||
{include file="pc/public/indexBoyRankList" start="11"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -113,10 +113,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrMoonRankNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="20"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="20"/}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexBoyRankList" start="21"/}
|
||||
{include file="pc/public/indexBoyRankList" start="21"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -137,10 +137,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrTotalRankNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="30"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="30"/}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexBoyRankList" start="31"/}
|
||||
{include file="pc/public/indexBoyRankList" start="31"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -161,10 +161,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrNewsNovelRankNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="40"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="40"/}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexBoyRankList" start="41"/}
|
||||
{include file="pc/public/indexBoyRankList" start="41"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -185,10 +185,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrEdnNovelRankNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="50"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="50"/}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexBoyRankList" start="51"/}
|
||||
{include file="pc/public/indexBoyRankList" start="51"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
{else}
|
||||
<ul>
|
||||
{foreach $arrPage.data as $key=>$Novel}
|
||||
{include file="Pc/Public/shuKuNovelList" start="0"/}
|
||||
{include file="pc/public/shuKuNovelList" start="0"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
{/if}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<ul id="mod_index_lb_nv_pic">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key < 6}
|
||||
{include file="Pc/Public/swiperListImg" start="1" /}
|
||||
{include file="pc/public/swiperListImg" start="1" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
@@ -53,7 +53,7 @@
|
||||
<ol id="btn_index_lb_nv">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key < 6}
|
||||
{include file="Pc/Public/swiperListText" /}
|
||||
{include file="pc/public/swiperListText" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -76,13 +76,13 @@
|
||||
<div class="md">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key > 5 && $key < 10}
|
||||
{include file="Pc/Public/hostListImg" start="5" /}
|
||||
{include file="pc/public/hostListImg" start="5" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key > 9 }
|
||||
{$arrGRM[$key+9]|raw}
|
||||
{include file="Pc/Public/hostListText" start="9"/}
|
||||
{include file="pc/public/hostListText" start="9"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
|
||||
@@ -97,14 +97,14 @@
|
||||
</div>
|
||||
<ul class="f2_list" mod="hot_tj">
|
||||
{volist name="arrRecommendEndNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/endNovelList" start="13" /}
|
||||
{include file="pc/public/endNovelList" start="13" /}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="adv">
|
||||
{volist name="arrAdBanner" id="Ad" key="key"}
|
||||
{include file="Pc/Public/adBanner" /}
|
||||
{include file="pc/public/adBanner" /}
|
||||
{/volist}
|
||||
</div>
|
||||
|
||||
@@ -118,14 +118,14 @@
|
||||
</div>
|
||||
{volist name="arrBoyNewsNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyNewsOne" start="25" /}
|
||||
{include file="pc/public/indexBoyNewsOne" start="25" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
<div class="f3_C">
|
||||
<ul>
|
||||
{volist name="arrBoyNewsNovel" id="Novel" key="key"}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyNewsList" start="26" /}
|
||||
{include file="pc/public/indexBoyNewsList" start="26" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
@@ -141,10 +141,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrBoyWeekRankNovel as $key=>$Novel}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="30"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="30"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" start="31"/}
|
||||
{include file="pc/public/indexBoyRankList" start="31"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -154,10 +154,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrBoyMoonRankNovel as $key=>$Novel}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="41"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="41"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" start="42"/}
|
||||
{include file="pc/public/indexBoyRankList" start="42"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -167,10 +167,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrBoyTotalRankNovel as $key=>$Novel}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="53"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="53"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" start="54"/}
|
||||
{include file="pc/public/indexBoyRankList" start="54"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -181,7 +181,7 @@
|
||||
|
||||
<div class="adv">
|
||||
{volist name="arrAdBanner" id="Ad" key="key"}
|
||||
{include file="Pc/Public/adBanner" /}
|
||||
{include file="pc/public/adBanner" /}
|
||||
{/volist}
|
||||
</div>
|
||||
|
||||
@@ -193,14 +193,14 @@
|
||||
</div>
|
||||
{volist name="arrGirlNewsNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyNewsOne" start="55"/}
|
||||
{include file="pc/public/indexBoyNewsOne" start="55"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
<div class="f3_C">
|
||||
<ul>
|
||||
{volist name="arrGirlNewsNovel" id="Novel" key="key"}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyNewsList" start="56"/}
|
||||
{include file="pc/public/indexBoyNewsList" start="56"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
@@ -216,10 +216,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{volist name="arrGirlWeekRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="59"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="59"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" start="60"/}
|
||||
{include file="pc/public/indexBoyRankList" start="60"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -229,10 +229,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{volist name="arrGirlMoonRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="71"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="71"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" start="72" /}
|
||||
{include file="pc/public/indexBoyRankList" start="72" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -242,10 +242,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{volist name="arrBGirlTotalRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="83"/}
|
||||
{include file="pc/public/indexBoyRankOne" start="83"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" start="84"/}
|
||||
{include file="pc/public/indexBoyRankList" start="84"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -256,7 +256,7 @@
|
||||
|
||||
<div class="adv">
|
||||
{volist name="arrAdBanner" id="Ad" key="key"}
|
||||
{include file="Pc/Public/adBanner" /}
|
||||
{include file="pc/public/adBanner" /}
|
||||
{/volist}
|
||||
</div>
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
{volist name="arrNewsUpdateNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/indexNewsUpdateList" start="95"/}
|
||||
{include file="pc/public/indexNewsUpdateList" start="95"/}
|
||||
{/volist}
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user