mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
用户头像bug
This commit is contained in:
@ -729,7 +729,7 @@ class UserService
|
||||
|
||||
// 开始处理图片存储
|
||||
// 定义图片目录
|
||||
$root_path = __MY_ROOT__;
|
||||
$root_path = ROOT.'public'.DS;
|
||||
$img_path = 'static'.DS.'upload'.DS.'images'.DS.'user_avatar'.DS;
|
||||
$date = DS.date('Y').DS.date('m').DS.date('d').DS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user