郑晓宇 hace 6 años
padre
commit
3410d3e7f1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Home/Controllers/UserController.php

+ 0 - 1
app/Home/Controllers/UserController.php

@@ -108,7 +108,6 @@ class UserController extends Controller
             $win_rate = $user->win_count / ($user->win_count + $user->lose_count);
         }
 
-        if()
         //用户信息
         $info['user_id'] = $user->user_id;
         $info['name'] = $user->name;