Commit 458e7049 authored by hujun's avatar hujun

//

parent ee829aa0
...@@ -462,9 +462,7 @@ class Member extends Basic ...@@ -462,9 +462,7 @@ class Member extends Basic
$data['msg'] = '上传成功'; $data['msg'] = '上传成功';
$data['data'] = ['file_name' => IMAGES_URL . $img_path]; $data['data'] = ['file_name' => IMAGES_URL . $img_path];
} else { } else {
$data['msg'] = '用户信息错误'; $data['msg'] = '没有该用户';
} else {
$data['msg'] = '用户信息错误';
} }
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment