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=4536&classid=10&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: 1715932638, nonceStr: 'NPBdsFcNfc4mXrcQ', signature: '9e324964b5fac7a03cc83dbd3ac81cdac58d4cdb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e09\u516d\u4e09\u533b\u9662","smalltext":"\u7533\u62a5\u7406\u7531:\t1.\u5168\u529b\u505a\u597d\u65b0\u51a0\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c2020\u5e74\u521d\uff0c\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7a81\u7136\u53d1\u751f\uff0c\u533b\u9662\u63d0\u9ad8\u653f\u6cbb\u7ad9\u4f4d\uff0c\u7acb\u5373\u542f\u52a8\u5e94\u6025\u9884\u6848\uff0c\u6210\u7acb\u75ab\u60c5\u9632\u63a7\u4e09\u7ea7\u7ec4\u7ec7\uff0c\u62bd\u8c03\u7cbe\u5175\u5f3a\u5c06\u6295\u5165\u75ab\u60c5\u9632\u63a7\u548c\u533b\u7597\u6551\u6cbb\uff0c\u533b\u9662\u9886\u5bfc\u9760","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4536"}; 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 () { } }); }); }