太阳成游戏网站CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
业务经理
微信扫描以上二维码
028-61286886
模板标签里面
{module module=gsbd uid=$t.id catid=3 num=8 cache=1 return=t2}
{if date('ymd') == date('ymd', $t._updatetime)}
{$t2.updatetime}{$t2.title}
{/if}
{/module}
我这样写怎么不对,调出来的8条全部变成红色了,我只想要当天的变红色啊,我的标签哪里写的不对,求指教一下!
{module module=gsbd uid=$t.id catid=3 num=1 cache=1 return=t2}
{/module} num改成1你再试试
{if $t2._updatetime >= strtotime(date('Y-m-d 00:00:00')) && $t2._updatetime <= strtotime(date('Y-m-d 23:59:59'))} style="color:red"{/if}>{$t2.updatetime}
{module module=gsbd uid=$t.id catid=3 num=1 cache=1 return=t2}
{if date('ymd') == date('ymd', $t._updatetime)}
{$t2.updatetime}{$t2.title}
{/if}
{/module} num改成1你再试试
{if $t2._updatetime >= strtotime(date('Y-m-d 00:00:00')) && $t2._updatetime <= strtotime(date('Y-m-d 23:59:59'))} style="color:red"{/if}>{$t2.updatetime}
{$t2.title}{/module}