Browse Source

用户头像不同意问题处理

author
wanghongjun 9 months ago
parent
commit
53033ff49f
  1. 2
      app/common.php

2
app/common.php

@ -309,7 +309,7 @@ function circleAvatar($str,$s,$uid=0,$is_save=0,$save_path=''){
}
//头像拼接
function avatarUrl($path, $str = "雨",$uid=0,$s=80)
function avatarUrl($path, $str = "雨",$uid=0,$s=120)
{
// $str = Str::strFilter($str);
preg_match_all('/[\x{4e00}-\x{9fff}]+/u', $str, $matches);

Loading…
Cancel
Save