$(function(){
var userId="";
if(userId==""||userId==0){
$(".conImgj").html("登录后才能发布评论");
$(".conImgj").children("input").hide();
$(".commentTextarea").prop("placeholder","请登录后发布评论");
$(".send input").hide();
$(".send").html("登录");
$(".ct").prop("placeholder","请登录后发布评论");
}
})