if(action == 'close'){
$.cover(false);
}
}
});
});
/*
//转发文章
$('#repost_bar').live('click' , function(){
if(isOnLine == '' )
{
//shoErrorMsg('登录之后才能进行此操作' , '消息提示');
shoErrorMsg('操作失败,您需要先登录!', '消息提示', '');
return false;
}
var bid = $(this).attr('bid');
var url = $(this).attr('url');
firm('转载文章','确认', function(action){
if(action == 'ok'){
$.ajax({
type:"POST",
url:url,
data: {
'bid' : bid
},
dataType: 'json',
success:function(msg){
if( == 0){
shoSucceedMsg('转发成功!', '消息提示');
}else if( == 1){
//f = '/?r=site/login';
shoErrorMsg('操作失败,您需要先登录!', '消息提示', '');
}else{
shoErrorMsg(_content, '消息提示');
}
}
});
}
});
});
*/
});UC小说网_m.shukugu.com