
你好!我要在模板中引用https://x1.php168.com/appstore/content/show/id/527.html的导航碎片请问以下代码要如何改才行?
<!--引用碎片-->
{qb:hy name="pc_layout_001" where="index_style/default/index/kefu" val="datas" type="labelmodel"}
{$datas}
{/qb:hy}你好!请问有通用的引用碎片代码吗?模板碎片化是要加上什么代码?
使用下面的代码就可以了
<!--引用碎片-->
{qb:hy name="pc_layout_nav002" where="model_style/default/links" val="datas" type="labelmodel"}
{$datas}
{/qb:hy}