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=3198&classid=5&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: 1745150647, nonceStr: 'f0tUmQslrp5ONTAB', signature: '16ad2bd2526381ca969ec00e72b47e2e62e9830a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u9632\u75ab\u515a\u5efa\u4e24\u4e0d\u8bef \u4e09\u4f1a\u4e00\u8bfe\u4e0d\u653e\u677e","smalltext":"\u75ab\u60c5\u7684\u7a81\u53d1\uff0c\u81f4\u4f7f\u515a\u5efa\u5de5\u4f5c\u7684\u65e0\u6cd5\u6b63\u5e38\u5f00\u5c55\uff0c\u7ed9\u515a\u5efa\u5de5\u4f5c\u5e26\u6765\u4e86\u4e00\u4e9b\u56f0\u96be\uff0c\u4f46\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u515a\u59d4\u5145\u5206\u53d1\u6325\u57fa\u5c42\u515a\u652f\u90e8\u6218\u6597\u5821\u5792\u4f5c\u7528\uff0c\u7acb\u8db3\u75ab\u60c5\u9632\u63a7\u8d23\u4efb\u548c\u6240\u5c5e\u90e8\u95e8\u5de5\u4f5c\u5b9e\u9645\uff0c\u575a\u6301\u515a\u52a1\u5e38\u6293\u4e0d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3198"}; 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 () { } }); }); }