Jonlin 6 years ago
parent
commit
829d6e1756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/index/controller/User.php

+ 1 - 1
application/index/controller/User.php

@@ -354,7 +354,7 @@ class User extends Controller
               return $br;
           }
           else{
-              return "unknow";
+              return "";
           }
       }