正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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'; |
-
请 注册 或 登录 后发表评论