Sfoglia il codice sorgente

图片上传修改

xuchunyang 8 anni fa
parent
commit
5b97623bfb
1 ha cambiato i file con 9 aggiunte e 3 eliminazioni
  1. 9 3
      src/main/webapp/photo-set.html

+ 9 - 3
src/main/webapp/photo-set.html

262
			$('#largeImage').attr("style","");
262
			$('#largeImage').attr("style","");
263
	  		$('#middleImage').attr("style","");
263
	  		$('#middleImage').attr("style","");
264
	  		$('#smallImage').attr("style","");
264
	  		$('#smallImage').attr("style","");
265
		     setTimeout(function(){
265
		   /*  setInterval(function(){
266
		     	cutImage($(".jcrop_w>img"))
266
		     	cutImage($(".jcrop_w>img"))
267
		     }, 30);
267
		    },1000); */
268
		   // cutImage($(".jcrop_w>img"))
269
		    //window.clearInterval(cutImage($(".jcrop_w>img")));
268
		});
270
		});
269
	}
271
	}
270

272
	
273
	$('#headImage').load(function(){
274
	   cutImage($(".jcrop_w>img"));
275
	});
276
	
271
    //保存
277
    //保存
272
	$("#saveImage").on("click",function(){
278
	$("#saveImage").on("click",function(){
273
	  
279