<blockquote class="info"><p>旅游模塊標簽</p></blockquote>
~~~
{product cid='' tit='' des='' limit='' order='' value=''}循環的線路 {/product}
/*
6個參數
cid='"欄目id"'
des='線路描述字數長度限制' 默認:不限制
tit='線路標題字數長度限制' 默認:不限制
limit = '調用幾條產品' 默認=不限制
order=排序規則 默認sort desc
value = '自定義變量' 默認travel
*/
~~~
<blockquote class="info"><p>案例</p></blockquote>
~~~
{travel cid='34' tit='15' des='4' limit='8' order='' value=''}
<dl>
<a href="{:url('index/index/travel_view',['id'=>$travel['id']])}">
<img src="{$travel['originalPic']}" alt="旅游線路圖">
<h2>{$travel['title']}</h2>
<p>¥{$travel['sellPrice']} <small>起</small> <span>查看詳情 > </span></p>
</dt>
</a>
</dl>
{/travel}
~~~