迅睿开源框架是一款PHP8高性能·简单易用的PHP开源开发框架, 基于MIT开源许可协议发布,不限制商业使用,以多端互联为设计理念, 支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
请问列表页可以调用点赞对多的评论吗?应该怎么写呢?
插件教程:https://www.xunruicms.com/doc/app-596.html
{module module=works order=updatetime page=1 pagesize=5} ...... {comment module=works cid=$t.id order=support num=1} {$t.content} {/comment} {$debug} {/module}
{module module=works order=updatetime page=1 pagesize=5} ...... {comment module=works cid=$t.id order=support num=1 return=a} {$a.content} {/comment} {$debug_a} {/module}
{module module=works order=updatetime page=1 pagesize=5} ...... {comment module=works cid=$t.id order=support num=1} {$t.content} {/comment} {$debug} {/module}不知道哪里不对,求指教{module module=works order=updatetime page=1 pagesize=5} ...... {comment module=works cid=$t.id order=support num=1 return=a} {$a.content} {/comment} {$debug_a} {/module}