仅用于8.0系统的详情页
{php echo $db->count($DT_PRE.'mall_16', 'status=3 and username="'.$username.'"', 1800);}
或者用于列表的
{php echo $db->count($DT_PRE.'mall_16', 'status=3 and username="'.$t[username].'"', 1800);}
或者统计当前登录者的
{php echo $db->count($DT_PRE.'mall_16', 'status=3 and username="'.$_username.'"'', 1800);}
统计供应把 mall_16 改成 sell_5 其他模块看SQL表里