作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1564
@@ -191,7 +191,7 @@ class Keyword extends Base @@ -191,7 +191,7 @@ class Keyword extends Base
191 if (is_numeric($first_title)){ 191 if (is_numeric($first_title)){
192 return 0; 192 return 0;
193 } 193 }
194 - $string_key = array_search($first_title, $this->model->firstNumWord); 194 + $string_key = array_search($first_title, $this->firstNumWord);
195 return $string_key ?: 27; 195 return $string_key ?: 27;
196 } 196 }
197 } 197 }