layer.open({
title:'',
content:tips,
btn:['确定'],
style:'color:#666;',
yes: function(){
if(tips=='xxx'){
location.href='http://xxx';
}else{
layer.closeAll();
}
}
});
title:'',
content:tips,
btn:['确定'],
style:'color:#666;',
yes: function(){
if(tips=='xxx'){
location.href='http://xxx';
}else{
layer.closeAll();
}
}
});