迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架, 基于MIT开源许可协议发布,不限制商业使用,以多端互联为设计理念, 支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
POSCMS4
这段代码直接把程序搞奔溃了,我只是想调用全站交易里面的用户的最新收入而已
{table table=member_playlog status=1} {if $t.value > 0} <li><a href="" target="_blank"><span> {$t.tousername}</span> 4小时前收入了 {$t.value}元</a></li> {/if} {/table}
{table table=member_playlog status=1 where='value>0' order=inputtime num=10}
{table table=member_playlog status=1 where='value>0' order=inputtime num=10} <li><span>{$t.tousername}</span> 刚刚收入了 {$t.value}</a></li> {/table}
member_paylog
{table table=member_playlog status=1 where='value>0' order=inputtime num=10}最新十条,你的写法是全部数据{table table=member_playlog status=1 where='value>0' order=inputtime num=10} <li><span>{$t.tousername}</span> 刚刚收入了 {$t.value}</a></li> {/table}回复迅睿框架创始人 这样调用还是提示程序奔溃,无法保存模板