gpttemp
This commit is contained in:
12
code/app/home/view/videoGpt1/module/newest/newest_05.html
Normal file
12
code/app/home/view/videoGpt1/module/newest/newest_05.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="{$TpStyle.dom_prefix}-n5-wrap">
|
||||
<header class="{$TpStyle.dom_prefix}-n5-hd">最新上架</header>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-n5-items">
|
||||
{volist name="arrVideoNewest" id="vo" offset="0" length="10"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-n5-line">
|
||||
<span class="{$TpStyle.dom_prefix}-n5-dot">•</span>
|
||||
<span class="{$TpStyle.dom_prefix}-n5-name">{$vo.v_name}</span>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user