diff --git a/code/app/home/config/router.php b/code/app/home/config/router.php index a6af224..f5b0fe2 100644 --- a/code/app/home/config/router.php +++ b/code/app/home/config/router.php @@ -447,9 +447,9 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { break; case 'video_rank_index': - $strView = 'pc/getRank.html'; + $strView = 'pc/getRankIndex.html'; if ($platform == 'h5') { - $strView = 'video/getRank.html'; + $strView = 'video/getRankIndex.html'; } //视频排行榜 首页 Route::get($strRoute, function () use ($strView) { diff --git a/code/app/home/view/videoDadi/base.html b/code/app/home/view/videoDadi/base.html index a78a98c..d4d574b 100644 --- a/code/app/home/view/videoDadi/base.html +++ b/code/app/home/view/videoDadi/base.html @@ -17,18 +17,11 @@ - - + + - - - - - + {block name="head"}{/block} {block name="head-css"}{/block} {block name="head-js"}{/block} @@ -38,7 +31,7 @@ -
+类型: {$arrVideo.v_category} 地区: - {volist name='$arrVideo.v_actor' id='vo' key='index'} + {volist name='$arrVideo.v_area' id='vo' key='index'} {$vo} {/volist} @@ -143,9 +202,8 @@ 更新:{$arrVideo.v_publish_date}
- 简介: - {$arrVideo.v_description|raw} - + 简介:{$arrVideo.v_description|raw} + 详情 @@ -237,7 +295,7 @@ sort_type="news" d_key="d_key" d_val="Video" cache_life="86400"} - {include file="public/video-list-shu" /} + {include file="public/video-list-shu" start="0"/} {/video:list} @@ -249,7 +307,7 @@ v_year="all" sort_type="news" d_key="d_key" d_val="Video" cache_life="86400"} - {include file="public/video-list-text2" /} + {include file="public/video-list-text2" start="13"/} {/video:list} @@ -269,11 +327,11 @@