Browse Source

头像图片修改

xuchunyang 8 years ago
parent
commit
0de8d7bceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/photo-set.html

+ 1 - 1
src/main/webapp/photo-set.html

@ -250,7 +250,7 @@ $(function (){
250 250
		// 文件上传成功,给item添加成功class, 用样式标记上传成功。
251 251
		cacheImageKey=null;
252 252
		uploader.on( 'uploadSuccess', function(file,data) {
253
			console.log(file);
253
			console.log(data);
254 254
			$("#jcropdiv").show();
255 255
			$(".load").hide();
256 256
			uploader.removeFile(fileId);