作者 郭宇鹏
1 个管道 的构建 通过 耗费 1 秒

'0041'

@@ -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 }