...
|
...
|
@@ -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';
|
...
|
...
|
|