最土团购的模板修改:
正确:
<!--{if $left_day>0&&$left_day< $INI['system']['TeamDayset']}-->
不正确:
<!--{if ($left_day>0&&$left_day< $INI['system']['TeamDayset'])}-->
<!--if ($left_day>0&&$left_day< $INI['system']['TeamDayset'])-->
if外面要有大括号。
IF里面不需要()