diff --git a/code/app/home/view/haoZi/basePcUser.html b/code/app/home/view/haoZi/basePcUser.html
index 0caa451..9fbd4e4 100644
--- a/code/app/home/view/haoZi/basePcUser.html
+++ b/code/app/home/view/haoZi/basePcUser.html
@@ -52,8 +52,8 @@
-
- 123456
+
+ 默认
- 我的书架
@@ -73,7 +73,7 @@
- 123456
+ 默认
-
diff --git a/code/app/home/view/haoZi/user/index.html b/code/app/home/view/haoZi/user/index.html
index c3e2f5e..ad265fa 100644
--- a/code/app/home/view/haoZi/user/index.html
+++ b/code/app/home/view/haoZi/user/index.html
@@ -37,7 +37,7 @@
-->
- 123456
+ 默认
{$arrGrm[3]|raw}
diff --git a/code/app/home/view/xiongMao/baseH5.html b/code/app/home/view/xiongMao/baseH5.html
index ad81d1c..a8f3e96 100644
--- a/code/app/home/view/xiongMao/baseH5.html
+++ b/code/app/home/view/xiongMao/baseH5.html
@@ -29,17 +29,21 @@
+{block name="strPageCode"}
+
+{/block}
+
diff --git a/code/app/home/view/xiongMao/basePcUser.html b/code/app/home/view/xiongMao/basePcUser.html
index 0caa451..9fbd4e4 100644
--- a/code/app/home/view/xiongMao/basePcUser.html
+++ b/code/app/home/view/xiongMao/basePcUser.html
@@ -52,8 +52,8 @@
-
- 123456
+
+ 默认
- 我的书架
@@ -73,7 +73,7 @@
- 123456
+ 默认
-
diff --git a/code/app/home/view/xiongMao/index/index.html b/code/app/home/view/xiongMao/index/index.html
index 14d42f4..2df1dd4 100644
--- a/code/app/home/view/xiongMao/index/index.html
+++ b/code/app/home/view/xiongMao/index/index.html
@@ -35,6 +35,11 @@
{block name='body-class'}index_xs{/block}
+{block name="strPageCode"}
+
+{/block}
+
+
{block name="main"}
{site:grm page_code="h5_index" diff="0" num="60" g_key="arrGrm" /}
diff --git a/code/app/home/view/xiongMao/novel/getLibrary.html b/code/app/home/view/xiongMao/novel/getLibrary.html
index 3a7475c..08901e5 100644
--- a/code/app/home/view/xiongMao/novel/getLibrary.html
+++ b/code/app/home/view/xiongMao/novel/getLibrary.html
@@ -72,8 +72,6 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
{block name="main"}
-
-
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
-
@@ -157,7 +155,7 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
{$DomainModel->d_domain}
- {novel:list count="8" sort_type="tuijian" n_status="wanjie" d_key="key" d_val="Novel" cache_life="86400"}
+ {novel:list count="8" sort_type="tuijian" n_category="$Request.route.strCategory" d_key="key" d_val="Novel" cache_life="86400"}
{include file="public/novelListH" start="31"/}
diff --git a/code/app/home/view/xiongMao/novel/getNovelInfo.html b/code/app/home/view/xiongMao/novel/getNovelInfo.html
index 8a1f146..6a68867 100644
--- a/code/app/home/view/xiongMao/novel/getNovelInfo.html
+++ b/code/app/home/view/xiongMao/novel/getNovelInfo.html
@@ -199,7 +199,7 @@
完结小说推荐
{$DomainModel->d_domain}
- {novel:list count="8" sort_type="tuijian" n_status="wanjie" d_key="key" d_val="Novel" cache_life="86400"}
+ {novel:list count="8" sort_type="tuijian" n_category="$arrNovel.n_category_pinyin" d_key="key" d_val="Novel" cache_life="86400"}
{include file="public/novelListH" start="31"/}
diff --git a/code/app/home/view/xiongMao/user/index.html b/code/app/home/view/xiongMao/user/index.html
index c3e2f5e..ad265fa 100644
--- a/code/app/home/view/xiongMao/user/index.html
+++ b/code/app/home/view/xiongMao/user/index.html
@@ -37,7 +37,7 @@
-->
- 123456
+ 默认
{$arrGrm[3]|raw}
diff --git a/code/public/template/xiongmao/style2_m/css/style.css b/code/public/template/xiongmao/style2_m/css/style.css
index 0fb16b9..81ff385 100644
--- a/code/public/template/xiongmao/style2_m/css/style.css
+++ b/code/public/template/xiongmao/style2_m/css/style.css
@@ -525,4 +525,8 @@ margin-bottom: 10px;
font-size: 0.8rem;
}
-.rs{background: #fff;box-sizing: border-box;padding:0px 10px 10px;}
\ No newline at end of file
+.rs{background: #fff;box-sizing: border-box;padding:0px 10px 10px;}
+
+.active_rank a{
+ color: #ff689b;
+}
\ No newline at end of file