Browse Source

更新错误

郑晓宇 6 years ago
parent
commit
3410d3e7f1
1 changed files with 0 additions and 1 deletions
  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;