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=5464&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: 1715923243, nonceStr: 'mvWVpG13clpJhsNr', signature: '11e7625cb51a5579d23a2a957ee3b3059fadef3c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u628a\u7231\u6c47\u805a\u6210\u5149","smalltext":"\u6211\u613f\u968f\u98ce\u540c\u98de\u8d77\uff0c\u4f8d\u505a\u8d26\u4e2d\u5377\u5e18\u4eba\u3002\u5f85\u5230\u53e3\u7f69\u6458\u9664\u65e5\uff0c\u7b11\u9001\u75ab\u60c5\u65e0\u4e91\u70df\u3002 \u8fd9\u6bb5\u8bd7\u610f\u6ee1\u6ee1\u7684\u795d\u798f\uff0c\u51fa\u81ea\u5609\u5b9a\u5e02\u6c11\u4f53\u80b2\u516c\u56ed\u9694\u79bb\u70b9\u533b\u7597\u961f\u961f\u5458\u738b\u7763\u4e4b\u624b\u3002\u81ea8\u6708\u6362\u9632\u4ee5\u6765\uff0c\u961f\u5458\u4eec\u4ece\u70c8\u65e5\u9177\u6691\u5230\u79cb\u98ce","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5464"}; 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 () { } }); }); }