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=4245&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: 1744975670, nonceStr: 'RDa9ZKr60euvQrJH', signature: '60d24c168425491e9f3a1bebc6fd5ec33894921b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u65e0\u507f\u732e\u8840 \u201c\u533b\u201d\u4e0d\u5bb9\u8f9e","smalltext":"\u8840\u6db2\uff0c\u662f\u751f\u547d\u7684\u6e90\u6cc9\uff0c\u662f\u4eba\u95f4\u4f20\u9012\u771f\u60c5\u7684\u7ea2\u8272\u7ebd\u5e26\u3002\u4e3a\u4fdd\u969c\u6025\u91cd\u75c7\u60a3\u8005\u4e34\u5e8a\u533b\u7597\u7528\u8840\u9700\u8981\uff0c4\u67086\u65e5\u4e0a\u5348\uff0c\u6211\u9662\u7ec4\u7ec7\u804c\u5de5\u79ef\u6781\u5f00\u5c552021\u5e74\u5ea6\u65e0\u507f\u732e\u8840\u6d3b\u52a8\uff0c\u4ee5\u5b9e\u9645\u884c\u52a8\u4e3a\u793e\u4f1a\u5949\u732e\u81ea\u5df1\u7684\u7231\u5fc3\uff0c\u5f70\u663e\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4245"}; 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 () { } }); }); }