';
ss += '
';
ss += "
";
ss += '';
ss += "
";
$(".cctvEng20143_shipinhao_ind01").find("ul.fenxiang").append(ss);
var ua = "canvas";
if (navigator.userAgent.indexOf("MSIE") > -1) {
ua = "table"
}
jQuery("#codeqr1").qrcode({
render: ua,
foreground: "#000",
background: "#FFF",
width: 102,
height: 102,
text: url
});
}
}
$("body").on("click", function (ev) {
var ev = ev || window.event;
var target = ev.target || ev.srcElement;
if ($(target).closest(".weixin").length == 0) {
if ($(".ind01cntvshare_weixin").length > 0) {
$(".cctvEng20143_shipinhao_ind01 .header_info ul.fenxiang .weixin").removeClass("cur");
$(".ind01cntvshare_weixin").remove();
$(".ind01cntvshare_weixin").parent(".fenxiang").parent("li").css("z-index", "0");
}
}
});
if(!ispc){
var sharefuceng = false;
var h =(document.documentElement.clientHeight || window.innerHeight) ;
function setShareStyle(){
if(h < $('#share_box').height()){
document.getElementsByTagName('body')[0].addEventListener('touchmove',function(e){e.returnValue = true;}, false);
//$('.page_wrap').css('display','none');
$('.english20143_nav_mo,.cctvEng20143_shipinhao_ind01,.cctvEng20143_shipinhao_list,.footer').css('display','none');
$('#sharebox .share_box').css('position','static');
$('#sharebox').css('position','static').css('height','auto');
}else{
document.getElementsByTagName('body')[0].addEventListener('touchmove', function(e) {e.preventDefault();},false);//{passive: false}
//$('.page_wrap').css('display','block');
$('.english20143_nav_mo,.cctvEng20143_shipinhao_ind01,.cctvEng20143_shipinhao_list,.footer').css('display','block')
$('#sharebox .share_box').css('position','absolute');
$('#sharebox').css('position','fixed').css('height','100%');
}
}
// 视频号页分享显示与隐藏
$(".cctvEng20143_shipinhao_ind01 .top_area .list li.btn_share").click(function () {//分享按钮点击事件
// var share_obj2 = new nativeShare('fucengshare',config);
$('#sharebox').css('display', 'block');
sharefuceng = true;
setShareStyle();
});
$('#share_cancel').click(function () {
document.getElementsByTagName('body')[0].addEventListener('touchmove',function(e){e.returnValue = true;}, false);
$('.english20143_nav_mo,.cctvEng20143_shipinhao_ind01,.cctvEng20143_shipinhao_list,.footer').css('display','block')
$('#sharebox').css('display', 'none');
sharefuceng = false;
});
$("#sharebox").bind('click', function (e) {
var e = e || window.event; //浏览器兼容性
var elem = e.target || e.srcElement;
while (elem) { //循环判断至跟节点,防止点击的是div子元素
if (elem.id && elem.id == 'share_box') {
return;
}
elem = elem.parentNode;
}
document.getElementsByTagName('body')[0].addEventListener('touchmove',function(e){e.returnValue = true;}, false);
$('.english20143_nav_mo,.cctvEng20143_shipinhao_ind01,.cctvEng20143_shipinhao_list,.footer').css('display','block')
$("#sharebox").css("display", "none");
sharefuceng = false;
setShareStyle();
});
$(window).resize(function(){
setTimeout(function(){
h =(document.documentElement.clientHeight || window.innerHeight);
if(sharefuceng){
setShareStyle();
}
},300)
})
}