function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=2456&classid=12&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1716090496, nonceStr: '0Pe9j3keWwrnKIpZ', signature: '3b115bad7baef64545fc11567a56b2eb5c80d85e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u76ae\u5c71\u53bf\u4eba\u6c11\u533b\u9662\u80e1\u5ef6\u5b5f\uff1a\u80e1\u6768\u7cbe\u795e\uff0c\u8d64\u5b50\u4e4b\u5fc3","smalltext":"\u5982\u679c\u5c06\u5e2e\u6276\u5de5\u4f5c\u770b\u4f5c\u4e00\u5e45\u753b\u5377\uff0c\u90a3\u4e48\u8f9b\u52b3\u53ea\u662f\u7ed8\u51fa\u4e86\u57fa\u672c\u7684\u5e95\u8272\uff0c\u7528\u5c3d\u771f\u60c5\u7684\u4ed8\u51fa\u624d\u4f1a\u586b\u4e0a\u6d53\u58a8\u91cd\u5f69\u7684\u4e00\u7b14\u3002\u6e29\u6696\u4eba\u5fc3\u7684\u6c38\u8fdc\u4e0d\u4f1a\u662f\u8fdc\u65b9\u7684\u7409\u7483\u5854\uff0c\u800c\u662f\u90a3\u4e9b\u4e00\u6b65\u6b65\u8d70\u5411\u57fa\u5c42\u3001\u8d70\u8fdb\u7fa4\u4f17\u7684\u575a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2456"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }