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