迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
在后台修改录入时间之后,刷新列表页,没有更新,必须得手动更新一下列表页,才能正常显示,怎么设置一下,修改文章后的录入时间之后,列表页正常直接显示,不用手动更新
{module catid=$catid order=inputtime page=1 return=rs} <div class="xwdt_cont"> <div class="xwdt_img"><img src="{dr_thumb($rs.thumb, 200, 200)}" width="300" height="140" alt="{$rs.title}" title="{$rs.title}" border="0" /></div> <div class="xwdt_txt"><a href="{$rs.url}" title="{$rs.title}" target="_self"><strong>{$rs.title}</strong></a><p>{dr_strcut($rs.description, 65)}</p><a href="{$rs.url}" title="{$rs.title}" target="_self"><img src="/images/xwdt_detail.jpg" width="96" height="26" alt="详细了解" title="详细了解" border="0" /></a></div> <div class="xwdt_data"><p class="xwdt_md">{dr_date($rs._inputtime, 'm-d')}</p><p class="xwdt_y">{dr_date($rs._inputtime, 'Y')}</p><p class="xwdt_l">浏览量:<span>{dr_show_hits($rs.id)}</span></p></div> </div> {/module}
生成后就出来了?难道用的真静态插件?如果是,就需要手动生成才会出现 ---如果伪静态就加一个cache=1,就是实时的
cache=1
{/module}后面加{$debug_rs} 这里可以看原因的
我修改的录入时间,列表页标签是这样调用的修改录入时间之后,列表页不更新,文章也找不到了,生成后就出来了
还是需要手动更新一下列表,不更新的话列表还是显示之前的