无标题文章

李阳 2017/11/28 16:12:57
var base64='';
$("#up").uploadImage({ Img: "ImgPr",Callback:function(obj){
console.log(obj)
if(obj.size > 510241024){
layer.open({title: ['错误'],anim: 'up',content:'上传作品不得大于5M',btn: ['确认']});
$('#ImgPr').attr('src','');
return;
}
base64=obj.base64.split(',')[1]
}})

你可能感兴趣的:(无标题文章)