Commit 4030eafa by fsn

修改头像上传问题

parent 532d2a60
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
// 文件上传成功,给item添加成功class, 用样式标记上传成功。 // 文件上传成功,给item添加成功class, 用样式标记上传成功。
bindedObj.on('uploadSuccess', function(file,response) { bindedObj.on('uploadSuccess', function(file,response) {
Feng.success("上传成功"); Feng.success("上传成功");
$("#" + me.pictureId).val(response._raw); $("#" + me.pictureId).val(response);
}); });
// 文件上传失败,显示上传出错。 // 文件上传失败,显示上传出错。
......
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