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=1914&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: 1749462944, nonceStr: 'X23SW9rmBjQpQauQ', signature: 'c5ebade4487fff686255e21ffa121b7d26ef951f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u82b1\u5f00\u5206\u5916\u7ea2","smalltext":"\u4e59\u4ea5\u672b\uff0c\u5e9a\u5b50\u6625\uff0c\u4e00\u573a\u7a81\u53d1\u75ab\u60c5\uff0c\u5f00\u542f\u4e86\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\u3002\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u7684\u5dfe\u5e3c\uff0c\u4e0d\u8ba9\u987b\u7709\uff0c\u6bc5\u7136\u51b3\u7136\u6740\u8fdb\u6218\u573a\uff0c\u51b2\u5230\u9635\u5730\u6700\u524d\u6cbf\u3002\u4e0d\u89c1\u90a3\u526a\u53bb\u7684\u957f\u53d1\u98de\u626c\uff0c\u4e0d\u89c1\u90a3\u8131\u4e0b\u7ea2\u5986\u7684\u5996\u5a06\uff0c\u4e0d\u89c1\u90a3\u7275\u6302","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1914"}; 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 () { } }); }); }