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