正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -135,7 +135,7 @@ class User extends Model | @@ -135,7 +135,7 @@ class User extends Model | ||
135 | if (file_exists(cdnurl($data['avatar'],true))){ | 135 | if (file_exists(cdnurl($data['avatar'],true))){ |
136 | return cdnurl($value,true); | 136 | return cdnurl($value,true); |
137 | } | 137 | } |
138 | - dd(665); | 138 | + dd(ROOT_PATH.'/public'.$value); |
139 | if (file_exists(ROOT_PATH.'/public'.$value)){ | 139 | if (file_exists(ROOT_PATH.'/public'.$value)){ |
140 | return this_url().$value; | 140 | return this_url().$value; |
141 | } | 141 | } |
-
请 注册 或 登录 后发表评论