在自定义模型中树立字段类型为date 命名为有效期 字段为youxiaoqi

在列表模板中敞开<list.var>的程序支撑代码 增加以下内容(依照自己的需求修正模板)
if(strtotime("$r[youxiaoqi]")-time()<0)
{

$a="[已过期]";

}
$listtemp='<tr onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#F1F5FC'">
<td>[!--myarea--]</td>
<td class="tx"><font color="red">'.$a.'</font><a href="http://www.25zz.com/cmsjc/Empire/6361.shtml" title="[!--title--]" target="_blank">[!--xiangxidizhi--]</a></td>
<td>[!--shi--]室[!--ting--]厅</td>
<td>[!--size--]<span class="m">㎡</span></td>
<td>[!--money--]</td>
<td align="right">[!--newstime--]</td>
</tr>';
记住老迈的这句话:

假如$listtemp引证模板内容是用单引号,那么里边运用单引号前面要加,例如:$listtemp='<img src='[!--titlepic--]'>';
相反假如引证模板内容是用双引号,那么里边运用双引号前面也要加,例如:$listtemp="<img src="[!--titlepic--]">";

改写列表页即可

声明:有的资源均来自网络转载,版权归原作者所有,如有侵犯到您的权益 请联系邮箱:123456@qq.com 我们将配合处理!

原文地址:实现列表页提示信息已过期发布于2023-02-07 14:01:50

相关推荐