...
|
...
|
@@ -200,7 +200,7 @@ class HomeBaseController extends BaseController |
|
|
|
|
|
public function number(){
|
|
|
$user_count = Db::name('user')->where('user_type',2)->count();
|
|
|
echo count(str_split($user_count));
|
|
|
dump(str_split($user_count));
|
|
|
if(count(str_split($user_count))+1>99999){
|
|
|
return 99999;
|
|
|
}
|
...
|
...
|
|