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

用户中心小红点问题

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