作者 sgj
1 个管道 的构建 失败 耗费 1 秒

用户中心小红点问题

... ... @@ -193,6 +193,7 @@ class IndexController extends WeChatBaseController
$count['1']=db('transfer')->where($where)->where('status',0)->count('id');
$count['2']=db('engage')->where($where1)->where('state',0)->count('id');
dump($count);
exit();
$this->assign('count',$count);
$js = $Wechat->js;
$api[]='openAddress';
... ...