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=1527&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: 1716449183, nonceStr: 'sNZ36K68bC8clzTe', signature: 'b189d04a43bc2ffd09771a6f30d4e356541cdb64', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u878d\u6c34\u5206\u9662\uff1a\u4f9d\u6258\u533b\u8054\u4f53\uff0c\u6210\u529f\u5f00\u5c55\u5168\u53bf\u9996\u4f8b\u5355\u5b54\u8179\u8154\u955c\u624b\u672f","smalltext":"\u6000\u5b55\u5bf9\u4e8e\u5973\u4eba\u6765\u8bf4\u662f\u4ef6\u5f88\u5f00\u5fc3\u7684\u4e8b\u60c5\uff0c\u53ef\u8fd1\u65e5\u5bb6\u4f4f\u878d\u6c34\u53bf\u7684\u5434\u5973\u58eb\u5374\u72af\u4e86\u6101\u3002\u5979\u56e0\u4e3a\u6000\u5b55\u540e\u53cd\u590d\u9634\u9053\u6d41\u8840\u5230\u533b\u9662\u5c31\u8bca\u3002\u68c0\u67e5\u5b8c\u540e\uff0c\u533b\u751f\u7684\u8bca\u65ad\u201c\u5f02\u4f4d\u598a\u5a20\u201d\u8ba9\u5979\u50bb\u773c\u4e86\u3002\u6b63\u5e38\u60c5\u51b5\u4e0b\u5b55\u80b2\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1527"}; 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 () { } }); }); }