正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -199,7 +199,7 @@ class HomeBaseController extends BaseController | @@ -199,7 +199,7 @@ class HomeBaseController extends BaseController | ||
199 | } | 199 | } |
200 | 200 | ||
201 | public function number(){ | 201 | public function number(){ |
202 | - $user_count = Db::name('user')->where('user_type',2)->count(); | 202 | + $user_count = 10;//Db::name('user')->where('user_type',2)->count(); |
203 | if(count(str_split($user_count))>5){ | 203 | if(count(str_split($user_count))>5){ |
204 | return 99999; | 204 | return 99999; |
205 | } | 205 | } |
-
请 注册 或 登录 后发表评论