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=1192&classid=4&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: 1716123977, nonceStr: 'w6XhmmQ57k9b3cRT', signature: 'f89a32a53ba620af1042e5cbb613b7264db852e8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u6731\u4fca\u7433:\u8bf4\u597d\u4e0d\u54ed,\u53ef\u6211\u8fd8\u662f\u54ed\u4e86","smalltext":"\u659c\u98ce\u7ec6\u96e8\u60f9\u601d\u7eea,\u5929\u5df2\u51c9\uff0c\u83ca\u5df2\u9ec4\uff0c\u8471\u5170\u5e26\u96e8\u60f9\u4eba\u601c\u3002\u4ece\u4e8b\u533b\u9662\u5ba3\u4f20\u5de5\u4f5c\u5341\u51e0\u5e74\uff0c\u8ba9\u6211\u8bb0\u5fc6\u6700\u6df1\u7684\uff0c\u4e0d\u662f\u4e3a\u533b\u9662\u7533\u62a5\u6210\u529f\u4e86\u591a\u5c11\u8363\u8a89\uff0c\u4e0d\u662f\u5e2e\u52a9\u533b\u62a4\u4eba\u5458\u83b7\u5f97\u4e86\u591a\u5c11\u5956\u9879\uff0c\u4e5f\u4e0d\u662f\u81ea\u5df1\u4e3a\u5ba3\u4f20\u5de5\u4f5c\u4ed8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1192"}; 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 () { } }); }); }