内地(大陆)
' ); document.getElementById("bpopup").style.display = "block"; document.body.style.overflow = "hidden"; document.body.style.height = "100%"; document.documentElement.style.overflow = "hidden"; document.documentElement.style.height = "100%"; } } } //document.getElementById("popupc").onclick = function(){ // document.getElementById('bpopup').style.display = "none"; //document.body.removeAttribute("style"); //document.documentElement.removeAttribute("style"); //}
登录

乡村爱情1

产地:内地(大陆)

集数:30

类别:喜剧,言情,家庭,农村

年份:2005

主演:王亚彬,贺树峰,赵本山,范伟

语种:普通话

编剧:张继

首播时间:2005年

导演:张惠中

分享到:
点赞 收藏
我要评论
合作帐号: 类别:喜剧2005年份:2005主演:王亚彬 登录 注册|忘记密码?
if(typeof Url_domainname1 == undefined){ var Url_domainname1=locations.href if (Url_domainname.indexOf("?") == -1) { Url_domainname1 = Url_domainname; } else { Url_domainname1 = Url_domainname.substr(0, Url_domainname.indexOf("?")); } } var qq_url = "https://reg.cctv.com/openapi/v2/user/oauth/qq?timestamp="+timestamp+"&appid=dgtGyfXwN9Gcr7ow&methodl=login&backurl="+encodeURIComponent(encodeURIComponent(Url_domainname1)); var weixin_url = "https://reg.cctv.com/openapi/v2/user/oauth/weChat?timestamp="+timestamp+"&appid=dgtGyfXwN9Gcr7ow&methodl=login&backurl="+encodeURIComponent(encodeURIComponent(Url_domainname1)); var xl_url = " https://reg.cctv.com/openapi/v2/user/oauth/sina?timestamp="+timestamp+"&appid=dgtGyfXwN9Gcr7ow&methodl=login&backurl="+encodeURIComponent(encodeURIComponent(Url_domainname1)); var zf_url="https://reg.cctv.com/openapi/v2/user/oauth/alipay?timestamp="+timestamp+"&appid=dgtGyfXwN9Gcr7ow&methodl=login&backurl="+encodeURIComponent(encodeURIComponent(Url_domainname1)); $(".qq_url").attr("href",qq_url); $(".weixin_url").attr("href",weixin_url); $(".xl_url").attr("href",xl_url); $(".zfb_url").attr("href",zfb_url); //时间转换 Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), //小时 "m+": this.getMinutes(), //分 "s+": this.getSeconds(), //秒 "q+": Math.floor((this.getMonth() + 3) / 3), //季度 "S": this.getMilliseconds() //毫秒 }; if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length)); for (var k in o) if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length))); return fmt; } //复制功能 copy2Clipboard=function(txt){ if(window.clipboardData){ window.clipboardData.clearData(); window.clipboardData.setData("Text",txt); } else if(navigator.userAgent.indexOf("Opera")!=-1){ window.locations=txt; } else if(window.netscape){ try{ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch(e){ alert("您的firefox安全限制限制您进行剪贴板操作,请打开'about:config'将signed.applets.codebase_principal_support'设置为true'之后重试,相对路径为firefox根目录/greprefs/all.js"); return false; } var clip=Components.classes['@mozilla.org/widget/clipboard;1'].createInstance(Components.interfaces.nsIClipboard); if(!clip)return; var trans=Components.classes['@mozilla.org/widget/transferable;1'].createInstance(Components.interfaces.nsITransferable); if(!trans)return; trans.addDataFlavor('text/unicode'); var str=new Object(); var len=new Object(); var str=Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString); var copytext=txt;str.data=copytext; trans.setTransferData("text/unicode",str,copytext.length*2); var clipid=Components.interfaces.nsIClipboard; if(!clip)return false; clip.setData(trans,null,clipid.kGlobalClipboard); } } var page = 1; if(page==null||page==""){ page = "1"; } var timestamp = Date.parse(new Date())/1000; var commentLimit = 300; var commentUrl = "https://www.cntv.cn/pinglun/liuyan/zs/index.shtml"; var app='cms_tvlm'; var pageUrl = window.locations.href; var itemid=pageUrl.substring(pageUrl.indexOf('VIDA'), pageUrl.indexOf('.shtml')); var itemid =column_id+'_'+itemid; var itemtype =2; var title = encodeURI(commentTitle); //从第一页开始 var currentPage = 1; //页数 var pageNum = 0; //每页显示20条 var prepage = 20; //展示7个页码 var maxPageNum = 7; //获取用户id var authorid = getCookie('userSeqId'); var verifycode = getCookie('verifycode'); //用户昵称 var author = ""; //是否登录标记 var loginFlag = false; if(verifycode!=null&&verifycode!=""){ loginFlag = true; author = getNick(authorid); } var nowUrl = window.locations.href; var nowDomain = document.domain; //字数限制300 var limit = 300; //替换标记 var replaceHtml = ""; //获得昵称 function getNick(verifycode){ muurl='https://reg.cctv.com/openapi/v2/user/getNickNameAndFace'; $.ajax({ url : muurl, type : 'GET', dataType : 'json', data:{ "timestamp":timestamp, //当前时间戳 "appid":"dgtGyfXwN9Gcr7ow", //管理员分配给业务线应用的唯一标识 "verifycode":verifycode, //登录标识(token) "type":"ALL" //获取类型(ALL 昵称和头像 、N 昵称 、F头像) }, xhrFields: { withCredentials: true }, crossDomain: true, //添加跨域参数是为了将登录标识(token)带过去验证 cache:true, success : function(data) { if(data.code == 0){ var nickname = data.data.nickname; $("#comment_nick").html(nickname) return nickname; } } }) } //拼装数据 function getDataHtml(array,len,count,divide){ var contentHtml = ''; contentHtml += '
首播时间:2005年
'; contentHtml += '
'+tranTime(array[len-1].dateline)+''; contentHtml += ''+array[len-1].author+''; contentHtml += '['+array[len-1].locale+']'; contentHtml += '
'; //只有1条评论 if(count == 1){ contentHtml += '
'; contentHtml += '
'+tranMessage(array[0].message)+'
'; contentHtml += ''; contentHtml += getUserContent(loginFlag,array[0]); contentHtml += '
'; //评论条数1-divide }else if(count > 1 && count <=divide ){ contentHtml += '
'+replaceHtml+'
'; contentHtml += '
'+tranMessage(array[len-1].message)+'
'; contentHtml += ''; contentHtml += getUserContent(loginFlag,array[len-1]); contentHtml += '
'; for(var i=len-2;i>=0;i--){ var html = ''; if(i==0){ html += '
'+(i+1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; contentHtml = contentHtml.replace(replaceHtml,html); }else{ html += '
'+replaceHtml+'
'; html += '
'+(i+1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; contentHtml = contentHtml.replace(replaceHtml,html); } } contentHtml += '
'; //评论条数大于divide }else{ contentHtml += '
'+replaceHtml+'
'; contentHtml += ''; contentHtml += '
'+tranMessage(array[len-1].message)+'
'; contentHtml += ''; contentHtml += getUserContent(loginFlag,array[len-1]); contentHtml += '
'; for(var i=len-2;i>=0;i--){ var html = ''; if(i==len-2&&i!=1){ html += '
'+replaceHtml+'
'; html += '
'+(count-1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; contentHtml = contentHtml.replace(replaceHtml,html); }else if(i==1){ html += '
'; html += '
' + replaceHtml + '
'; html += '
'+(i+1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; html += '
'; html += ''; contentHtml = contentHtml.replace(replaceHtml,html); }else if(i==0){ html += '
'+(i+1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; contentHtml = contentHtml.replace(replaceHtml,html); } } contentHtml += '
'; } return contentHtml; } //分页获取数据 function getData(page){ if(pageNum!=0&&(page<1||page>pageNum)){ return; } var url = "https://common.newcomment.cntv.cn/comment/gettree"; url += "/app/"+app +"/itemid/"+itemid+"/itemtype/"+itemtype+"/page/"+page+"/prepage/"+prepage; $.ajax({ url:url, dataType:"jsonp", jsonp:"jsonp_callback", cache:true, jsonpCallback:"gggg", error:function(){ }, success:function(data){ var code = data.code; if(code=='20001'){ alert("请求的参数不全!"); return; }else if(code=='20011'){ alert("应用不存在"); return; }else if(code=='0'){ var data = data.data; var total = data.total; var divide = data.divide; pageNum = Math.ceil(total/prepage); var content = data.content; var contentHtml = ""; var totalHtml = ""; for(var i=0;i 0) { contentHtml += (i==0)?'
':'
'; contentHtml += getDataHtml(array,len,count,divide); contentHtml += '
'; } } contentHtml += '
'; contentHtml += getPageHtml(page,pageNum); $("#comment").html(contentHtml); if(total==0){$("#commentCount").html("");} else{ totalHtml = ''+total+'条评论' $("#commentCount").html(totalHtml); }; initUrl(); initMethod(); //展开全部 $(".discuss_comment .dcitem .content .showall a").click(function(){ var tid = $(this).attr('id'); var tidUrl = "https://common.newcomment.cntv.cn/comment/gettree"; tidUrl += "/app/"+app +"/itemid/"+itemid+"/itemtype/"+itemtype+"/?tid="+tid; $.ajax({ type: "get", url: url, dataType: "jsonp", jsonp: "jsonp_callback", jsonpCallback:"liuyan"+tid, cache:true, success: function (data) { var array = data.data.content; var len = array.length; var or2Html=''; or2Html += '
'+replaceHtml+'
'; or2Html += '
'+(array.length-1)+''; or2Html += ''+array[array.length-2].author+''; or2Html += '['+array[array.length-2].locale+']
'; or2Html += '
'+tranMessage(array[array.length-2].message)+'
'; or2Html += ''; or2Html += getUserContent(loginFlag,array[array.length-2]); or2Html += '
'; for(var i=len-3;i>=0;i--){ var html = ''; if(i==0){ html += '
'+(i+1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; or2Html = or2Html.replace(replaceHtml,html); }else{ html += '
'+replaceHtml+'
'; html += '
'+(i+1)+''; html += ''+array[i].author+''; html += '['+array[i].locale+']
'; html += '
'+tranMessage(array[i].message)+'
'; html += ''; html += getUserContent(loginFlag,array[i]); html += '
'; or2Html = or2Html.replace(replaceHtml,html); } } $("#"+tid).parent().parent().parent().parent().find("#or2").html(or2Html); $("#"+tid).parent().parent().parent().parent().find("#or1").eq(0).hide(); $("#"+tid).parent().parent().parent().parent().find("#or2").eq(0).show(); initUrl(); initMethod(); } }); initUrl(); initMethod(); }); }else{ alert("获取评论失败!"); return; } } }) } //组装页码 function getPageHtml(curPage,totalPage){ var pageHtml = ''; if(totalPage==null||totalPage==0){ return pageHtml; } if(curPage<=0||curPage>totalPage){ return null; } var nextPage = parseInt(curPage) + 1; pageHtml += '
'; pageHtml += '<'; if(totalPage<=maxPageNum){ for(var i=1;i<=totalPage;i++){ if(i==curPage){ pageHtml += ''+i+''; }else{ pageHtml += ''+i+''; } } }else{ var beginNum = 1; if(curPage%maxPageNum==1||curPage%maxPageNum==2){ beginNum = (curPage - maxPageNum)<1?1:curPage; }else if(curPage%maxPageNum>2&&((curPage%maxPageNum)<(maxPageNum-2))){ beginNum = curPage; }else{ beginNum = (curPage + maxPageNum )> totalPage?(totalPage - maxPageNum + 1):curPage; } if((beginNum+maxPageNum-1)>totalPage ){ beginNum = totalPage - maxPageNum + 1; } for(var i=beginNum;i<=(beginNum+maxPageNum-1);i++){ if(i==curPage){ pageHtml += ''+i+''; }else{ pageHtml += ''+i+''; } } } pageHtml += '>'; pageHtml += '
' return pageHtml; } $("[id^=commentregist]").on('click', function () { $(".loginMain").hide() $("#loginFloat").show(); setTimeout(function(){ $(".loginMain").show() $(".loginMain .Maincont .register_btn").trigger("click") },100) }); function jianchaStatus(){ window.locations.reload(); } //是否登录 function getUserContent(flag,obj){ var html = ""; html += '
'; html += '
'; html += '
'; //已经登录 if(flag){ html += '发表评论'; html += '请填写评论内容'; html += ''; html += '导演:张惠中'; html += ''; html += '展开全部'; html += '这是一部反映农村青年爱情婚姻'; html += '事业生活的轻喜剧'; html += '是一部不可多得的当代农村青春片'; html += '更多阅读全剧以大威廉希尔真人携手德甲'; html += '塑造了一群鲜活的富有新时代气息的农村'; html += '通过几对年轻人的爱情生活'; html += '创业故事'; html += '多角度地向我们展现了一幅当代农村青年'; html += '轻松中带着喜庆与幽默'; html += '曲折中满含希望和力量'; html += '威廉希尔真人携手德甲联赛开启官方合作'; html += '威廉希尔真人'; html += '登录'; html += '内地(大陆)'; html += '产地:内地(大陆)'; html += '集数:30'; html += '类别:喜剧'; html += '2005'; html += '年份:2005'; html += '主演:王亚彬'; html += '语种:普通话'; html += '编剧:张继'; html += '首播时间'; html += '2005年'; html += '首播时间:2005年'; html += '导演:张惠中'; html += '展开全部'; html += '这是一部反映农村青年爱情婚姻'; html += '事业生活的轻喜剧'; html += '' html += ''; html += '
'; //未登录 }else{ html += '合作帐号:是一部不可多得的当代农村青春片更多阅读全剧以大威廉希尔真人携手德甲塑造了一群鲜活的富有新时代气息的农村通过几对年轻人的爱情生活登录'; html += '注册|忘记密码?'; html += '
'; } return html; } //时间转换 function tranTime(t){ var time = new Date(t*1000); return time.Format("yyyy-MM-dd hh:mm:ss"); } //获取cookie function getCookie(name) { var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)"); if (arr = document.cookie.match(reg)) return unescape(arr[2]); else return null } var passwordkey = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o", "p","q","r","s","t","u","v","w","x","y","z","A","B","C","D", "E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S", "T","U","V","W","X","Y","Z","0","1","2","3","4","5","6","7","8","9" ]; function passkey(length){ var Str = ""; for(var i = 0 ; i0&&commentLength<=300){ $(this).parent().parent().find("#comment_jiaoyan").eq(0).attr('class','wtips'); $(this).parent().parent().find("#comment_jiaoyan").eq(0).html('还可输入' + (limit - commentLength ) + '字' ); }else if(commentLength>300){ $(this).parent().parent().find("#comment_jiaoyan").eq(0).attr('class','tips'); $(this).parent().parent().find("#comment_jiaoyan").eq(0).html('请将评论内容限制在300字以内'); }else if(commentLength==0){ $(this).parent().parent().find("#comment_jiaoyan").eq(0).attr('class','tips'); $(this).parent().parent().find("#comment_jiaoyan").eq(0).html('请填写评论内容'); } }); //插入表情 $(".discuss_comment .embox img").unbind("click").click(function(){ var content = $(this).attr('alt'); $(this).parent().parent().parent().parent().find('textarea').eq(0).val($(this).parent().parent().parent().parent().find('textarea').eq(0).val()+content); }); //复制 $(".discuss_comment .copy").click(function(){ $(".discuss_tips").show(); $(".discuss_tips .cont p").eq(1).hide(); $(".discuss_tips .cont p").eq(0).show(); $(".discuss_tips .button").eq(1).hide(); $(".discuss_tips .button").eq(0).show(); }); $(".discuss_tips .button a").eq(0).click(function(){ if(copy2Clipboard(pageUrl)!=false){ $(".discuss_tips .cont p").eq(0).hide(); $(".discuss_tips .cont p").eq(1).show(); $(".discuss_tips .button").eq(0).hide(); $(".discuss_tips .button").eq(1).show(); } }); $(".discuss_tips .button a").eq(1).click(function(){ $(".discuss_tips").hide(); }); $(".discuss_tips .button a").eq(2).click(function(){ $(".discuss_tips").hide(); }); } //合作、注册、忘记密码链接初始化 function initUrl(){ //合作账号初始化 $("[id^=comment_qq]").attr('href','https://oauth.passport.cctv.com/OAuthQzoneClient/OAuthQZoneClientServlet.do?method=login&cntv_callback='+nowUrl); //$("[id^=comment_rr]").attr('href','https://oauth.passport.cctv.com/OAuthRenRenClient/OAuthRenRenClientServlet.do?method=login&cntv_callback='+nowUrl); //$("[id^=comment_kx]").attr('href','https://oauth.passport.cctv.com/OAuthKaixinClient/connect/index.jsp?cntv_callback='+nowUrl); //注册 //忘记密码 $("[id^=comment_forget]").attr('href','https://user.cctv.com/findPassword/index.shtml'); } //替换图片 function tranMessage(message){ for(var i=1;i<=30;i++){ if(message.indexOf('[em:' + i + ':]')!=-1){ var tmp = '[em:' + i + ':]'; var reg=new RegExp("\\"+tmp,"g"); message = message.replace(reg, "创业故事"); } } return message; } $(function(){ getData(parseInt(page)); $("#copy_content").html(decodeURI(title) + '
'+pageUrl+''); function tipsposition(){ var ww=$(window).width(), hh=$(window).height(), st=$(window).scrollTop(), tw=$(".discuss_tips").width(), th=$(".discuss_tips").height(), tl=(ww-tw)/2, tt=st+(hh-th)/2; $(".discuss_tips").css({left:tl,top:tt}); } window.onload=window.onscroll=window.onresize=tipsposition; }); //登录 function commentLogin(){ $('#loginFloat').show() } //退出 function commentLogout(){ var url = 'https://reg.cctv.com/login/logout.action?callback=?&service=client_transaction&from='+pageUrl; $.getJSON(url,function(data){ var msg = data.errMsg; if(msg!='成功'){ alert(msg); } if(data!=null){ var ssoArray = data.sso; for(var i=0;i0&&commentLength<=300){ $("#comment_jiaoyan").attr('class','wtips'); $("#comment_jiaoyan").html('还可输入' + (commentLimit - commentLength ) + '字' ); }else if(commentLength>300){ $("#comment_jiaoyan").attr('class','tips'); $("#comment_jiaoyan").html('请将评论内容限制在300字以内'); }else if(commentLength==0){ $("#comment_jiaoyan").attr('class','tips'); $("#comment_jiaoyan").html('请填写评论内容'); } } //发表留言 function commentSubmitMessage(){ var message = $("#comment_content").val(); if(message==null||message=="" || message =="根据法律法规要求,请您绑定手机号完成后台实名认证后发表评论。感谢您的理解和支持!"){//兼容ieplaceholder alert("留言不能为空!"); return; } if(message.length>300){ alert("留言字数太长!"); return; } var url = "https://newcomment.cctv.com/comment/post"; url += "/app/"+app +"/itemid/"+itemid+"/itemtype/"+itemtype; url += "?message="+encodeURI(message)+"&authorid="+authorid+"&author="+encodeURI(author)+"&jsonp_callback=?"; $.getJSON(url,function(data){ var code = data.code; if(code=="20927"){ var jUrl = "https://reg.cctv.com/authentication?service="+window.locations.href; var jUrl1 = jUrl.split("=")[1]; window.locations.href="/__xh__/reg.cctv.com/authentication?formFlag=3&userSeqId="+userSeqId+"&service="+jUrl1; }else if(code=='0') { alert("留言成功"); } else{ alert(data.msg); } }); $("#comment_content").val('') } //发表回复评论 function fabiaohuifuliuyan(obj){ var tid = $(obj).attr('tid'); var replyid = $(obj).attr('pid'); var message = $(obj).parent().parent().parent().find('textarea').eq(0).val(); if(message==null||message==""){//兼容ieplaceholder alert("留言不能为空!"); return; } if(message.length>300){ alert("留言字数过长!"); return; } var url = "https://newcomment.cctv.com/comment/post"; url += "/app/"+app +"/itemid/"+itemid+"/itemtype/"+itemtype; url += "?tid="+tid+"&replyid="+replyid+"&message="+encodeURI(message)+"&authorid="+authorid+"&author="+encodeURI(author)+"&jsonp_callback=?"; $.getJSON(url,function(data){ var code = data.code; if(code=="20927"){ var jUrl = "https://reg.cctv.com/authentication?service="+window.locations.href; var jUrl1 = jUrl.split("=")[1]; window.locations.href="/__xh__/reg.cctv.com/authentication?formFlag=3&userSeqId="+userSeqId+"&service="+jUrl1; }else if(code=='0') { alert("留言成功"); } else{ alert(data.msg); } }) $(obj).parent().parent().parent().find('textarea').eq(0).val(""); } //实名认证 function realName(){ var verifycode=getCookie("verifycode") var userSeqId=getCookie("userSeqId") if (verifycode == null){ return; }else{ $.ajax({ type: "post", url: "https://reg.cctv.com/openapi/v2/user/isAuth", dataType: "json", data:{ "timestamp":timestamp, //当前时间戳 "appid":"dgtGyfXwN9Gcr7ow" //管理员分配给业务线应用的唯一标识 }, xhrFields: { withCredentials: true }, crossDomain: true, //添加跨域参数是为了将登录标识(token)带过去验证 success:function(data){ if (data.data == 0){//不是 alert("根据法律法规要求,请您绑定手机号完成后台实名认证后发表评论。感谢您的理解和支持!"); var jUrl = "https://reg.cctv.com/authentication?service="+window.locations.href; var jUrl1 = jUrl.split("=")[1]; window.locations.href="/__xh__/reg.cctv.com/authentication?formFlag=3&userSeqId="+userSeqId+"&service="+jUrl1; //window.open("https://reg.cctv.com/authentication?service="+window.locations.href); }else{ commentSubmitMessage(); return; } }, error: function (data) { alert("ajax失败:"+data.errtype) } }); } } function huifurealName(obj){ var verifycode=getCookie("verifycode") var userSeqId=getCookie("userSeqId") if (verifycode == null){ return; }else{ $.ajax({ type: "post", url: "https://reg.cctv.com/openapi/v2/user/isAuth", dataType: "json", data:{ "timestamp":timestamp, //当前时间戳 "appid":"dgtGyfXwN9Gcr7ow" //管理员分配给业务线应用的唯一标识 }, xhrFields: { withCredentials: true }, crossDomain: true, //添加跨域参数是为了将登录标识(token)带过去验证 success:function(data){ if (data.data == 0){//不是 alert("根据法律法规要求,请您绑定手机号完成后台实名认证后发表评论。感谢您的理解和支持!"); var jUrl = "https://reg.cctv.com/authentication?service="+window.locations.href; var jUrl1 = jUrl.split("=")[1]; window.locations.href="/__xh__/reg.cctv.com/authentication?formFlag=3&userSeqId="+userSeqId+"&service="+jUrl1; //window.open("https://reg.cctv.com/authentication?service="+window.locations.href); }else{ fabiaohuifuliuyan(obj); return; } }, error: function (data) { alert("ajax失败:"+data.errtype) } }); } } function realName1(){ var verifycode=getCookie("verifycode") var userSeqId=getCookie("userSeqId") if (verifycode == null){ return; }else{ $.ajax({ type: "post", url: "https://reg.cctv.com/openapi/v2/user/isAuth", dataType: "json", data:{ "timestamp":timestamp, //当前时间戳 "appid":"dgtGyfXwN9Gcr7ow" //管理员分配给业务线应用的唯一标识 }, xhrFields: { withCredentials: true }, crossDomain: true, //添加跨域参数是为了将登录标识(token)带过去验证 success:function(data){ if (data.data == 0){//不是 alert("根据法律法规要求,请您绑定手机号完成后台实名认证后发表评论。感谢您的理解和支持!"); var jUrl = "https://reg.cctv.com/authentication?service="+window.locations.href; var jUrl1 = jUrl.split("=")[1]; window.locations.href="/__xh__/reg.cctv.com/authentication?formFlag=3&userSeqId="+userSeqId+"&service="+jUrl1; //window.open("https://reg.cctv.com/authentication?service="+window.locations.href); }else{ return; } }, error: function (data) { alert("ajax失败:"+data.errtype) } }); } } //点击判断实名制 $("#comment_content").click(function(){ realName1(); }) //兼容ie的placeholder效果 function placeholder(target){ $(target).attr("placeholder","") $(target).attr("datavalue","根据法律法规要求,请您绑定手机号完成后台实名认证后发表评论。感谢您的理解和支持!") $(target).val($(target).attr("datavalue")).addClass("inp"); $(target).css("color","#757575") $(target).focus(function() { if($(this).val() == $(this).attr("datavalue")) { $(this).val("").removeClass("inp"); $(target).css("color","#000") } }) $(target).blur(function(){ if($(this).val() == "" || $(this).val() == $(this).attr("datavalue")) { $(this).val($(target).attr("datavalue")).addClass("inp"); $(target).css("color","#757575") } }) } $(function(){ //页面初始化 commentInit(); //调用兼容ie的placeholder placeholder("#comment_content") //合作账号初始化 $("[id^=comment_qq]").attr('href','https://oauth.passport.cctv.com/OAuthQzoneClient/OAuthQZoneClientServlet.do?method=login&cntv_callback='+encodeURI(pageUrl)); //$("[id^=comment_rr]").attr('href','https://oauth.passport.cctv.com/OAuthRenRenClient/OAuthRenRenClientServlet.do?method=login&cntv_callback='+encodeURI(pageUrl)); //$("[id^=comment_kx]").attr('href','https://oauth.passport.cctv.com/OAuthKaixinClient/connect/index.jsp?cntv_callback='+encodeURI(pageUrl)); //注册 $(".emotion").click(function(){ var commentIframe = $("#comment_iframe",parent.document.body); var height = commentIframe.attr('height'); if(height=='239'){ commentIframe.attr('height','300'); }else if(height=='0'){ commentIframe.attr('height','239'); }else{ commentIframe.attr('height','239'); } }); $("#comment_embox img").click(function(){ if ($("#comment_content").val() == "根据法律法规要求,请您绑定手机号完成后台实名认证后发表评论。感谢您的理解和支持!") { $("#comment_content").val("");} var img = $(this).attr('alt'); $("#comment_content").val($("#comment_content").val()+img); var commentIframe = $("#comment_iframe",parent.document.body); commentIframe.attr('height','0'); }); });
收视TOP榜
  • 节目榜单
  • 栏目榜单
  • 频道榜单
央视影音客户端下载

同题浏览

以下内容与「威廉希尔真人携手德甲联赛开启官方合作」同属公开资讯,可按栏目扩展阅读相关条目。 对照阅读

本站按公开材料组织页面。需要原文时请核对应栏目发布页。

继续浏览时优先选择同栏目或相近主题,避免被站外镜像带偏。

  1. 乡村爱情 第20集
  2. 乡村爱情 第28集
  3. 乡村爱情 第27集
  4. 电影
  5. 乡村爱情 第17集
  6. 乡村爱情 第2集
  7. PC客户端
  8. 新闻

栏目一览

新闻直播间 / 立即注册 / 等着我 / 今日说法 / 2012 / 03

公开资讯滚动更新。建议通过站内栏目继续浏览,核对最新条目。