if(data.code == 0){ layer.msg(data.msg,{icon: 6,time:1000,end:function(){ location.reload(); }}) } else { layer.msg(data.msg); return; }