{linkage code=fwlb pid=0 return=c}
{module module=service num=10 order=displayorder,updatetime cache=3600}
<a href="{$t.url}">{$t.title}</a>
{/module}
{/linkage}這個(gè)聯(lián)動(dòng)菜單循環(huán)里的
{module module=service num=10 order=displayorder,updatetime cache=3600}應(yīng)該怎么寫,才能把勾選了對(duì)應(yīng)聯(lián)動(dòng)菜單字段的數(shù)據(jù)循環(huán)出來呢?
官方提醒:使用module內(nèi)容循環(huán)標(biāo)簽的生成工具,填寫參數(shù)就可以生成相關(guān)的代碼,每個(gè)參數(shù)后面都有用法解釋
service模塊聯(lián)動(dòng)菜單字段名稱是什么
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
回復(fù)@迅睿框架技術(shù)-財(cái)哥

聯(lián)動(dòng)菜單單選
{linkage code=fwlb pid=0 return=c}
{module module=service fwlxxz=$c.id num=10 order=displayorder,updatetime cache=3600}
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
回復(fù)@迅??蚣芗夹g(shù)-財(cái)哥
{linkage code=fwlb pid=0 return=c} {linkage code=fwlb pid=c.id return=c1} {module module=service fwlxxz=$c1.id num=10 order=displayorder,updatetime cache=3600} <a target="_blank" href="{$t.url}">{$t.title}</a> {/module} {/linkage} {/linkage}這個(gè)讓聯(lián)動(dòng)菜單二級(jí)查詢的時(shí)候,會(huì)出現(xiàn),二級(jí)聯(lián)動(dòng)菜單下有內(nèi)容時(shí)顯示內(nèi)容,但是沒有內(nèi)容的二級(jí)聯(lián)動(dòng)菜單會(huì)出現(xiàn)和有的一樣的內(nèi)容。請(qǐng)問這個(gè)怎樣讓沒有的就顯示空白呢?