-
+ {if !empty($Request.route.intForgeId) && !empty($arrGrm[114])}
+ {$arrGrm[114]|raw}
+ {/if}
加入书架
目录
@@ -231,8 +235,11 @@ $Novel.n_id{extend name="baseH5" /}
{/chapter:list}
-
+ {if !empty($Request.route.intForgeId) && !empty($arrGrm[115])}
+ {$arrGrm[115]|raw}
+ {/if}
+ {if empty($Request.route.intForgeId)}
{site:wz wz="推荐等级" /}
{$arrNovel.n_level}
@@ -245,6 +252,27 @@ $Novel.n_id{extend name="baseH5" /}
{site:wz wz="在看人数" /}
{$arrNovel.arrNovelClicks.total}
+ {else}
+ {php}
+ $min = 1; // 最小值(可根据需要调整)
+ $max = 10000; // 最大值(可根据需要调整)
+ $randomNumberR = mt_rand($min, 10); // 生成随机整数
+ $randomNumberS = mt_rand($min, $max); // 生成随机整数
+ $randomNumberK = mt_rand($min, $max); // 生成随机整数
+ {/php}
+
+
{site:wz wz="推荐等级" /}
+
{$randomNumberR}
+
+
+
{site:wz wz="收藏数" /}
+
{$randomNumberS}
+
+
+
{site:wz wz="在看人数" /}
+
{$randomNumberK}
+
+ {/if}
@@ -252,7 +280,9 @@ $Novel.n_id{extend name="baseH5" /}
{$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
-
+ {if !empty($Request.route.intForgeId) && !empty($arrGrm[116])}
+ {$arrGrm[116]|raw}
+ {/if}
相关标签:
@@ -300,8 +330,12 @@ $Novel.n_id{extend name="baseH5" /}
+ {if !empty($Request.route.intForgeId) && !empty($arrGrm[101])}
+ {$arrGrm[101]|raw}
+ {/if}
@@ -313,13 +347,16 @@ $Novel.n_id{extend name="baseH5" /}
{else}
- {novel:list count="8" n_category="$arrNovel.n_category_pinyin" sort_type="all" d_key="d_key" d_val="Novel" diff_key="$Request.route.intForgeId" cache_life="1000"}
- {include file="public/novel-list-flex" start="16"/}
+ {novel:list count="8" n_category="$arrNovel.n_category_pinyin" sort_type="update" d_key="d_key" d_val="Novel" diff_key="$Request.route.intForgeId" cache_life="60"}
+ {include file="public/novel-list-flex" start="16"/}
{/novel:list}
{/if}