Kirin il y a 1 an
Parent
commit
53bb6166e0
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      app/models/user/Cert.php

+ 5 - 4
app/models/user/Cert.php

@@ -29,10 +29,11 @@ class Cert extends BaseModel
     protected $name = 'cert';
 
     public static $level = [
-        '1' => '低级',
-        '2' => '中级',
-        '3' => '高级',
-        '4' => '特级',
+        0 => '无',
+        1 => '低级',
+        2 => '中级',
+        3 => '高级',
+        4 => '特级',
     ];