document.domain = 'sucaiwang.net'; function formToRequestString(form_obj) { var query_string=''; var and=''; for (var i=0; i< form_obj.length;i++ ) { e=form_obj[i]; if (e.name) { if (e.type=='select-one') { element_value=e.options[e.selectedIndex].value; } else if (e.type=='select-multiple') { for (var n=0;ncmax) { cobj.value = cobj.value.substring(0,cmax); alert("评论不能超过"+cmax+"个字符!"); } else { document.getElementById('cmax').value = cobj.value.length; } } function checkcommentform(){ var C_Content=document.getElementById('C_Content'); var sC_Content=document.getElementById('sC_Content'); if (C_Content.value==''||C_Content.value=='欢迎您参与评课交流,请文明发言'){ alert('请填写评论内容!','$("#C_Content").focus();'); return false; } sC_Content.value=C_Content.value; ajaxFormSubmit(document.form1) } document.write(''); document.write(''); document.write(''); document.write('
'); document.write('
已有 6 条评论
已输入字数:'); document.write(''); document.write(''); document.write('微信扫码'); document.write('
'); $("#loginHandler").on("click",function(){ var isWeixin = navigator.userAgent.toLowerCase().includes("micromessenger"); var appId = 'wx5bab39c1df5eb14e'; //精优教学公众号 var uri = encodeURIComponent(parent.location.href); //微信授权的域名 var wxOauth = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + appId + "&redirect_uri=" + uri + "&response_type=code&scope=snsapi_base&state=video#wechat_redirect"; wxOauth = "http://www.getfans.cn/weixin_proxy/?appid="+appId+"&scope=snsapi_base&redirect_uri="+uri; if(isWeixin){ parent.location.href = wxOauth; }else{ parent.location.href = '/wxlogin/?mobile=no'; } });