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=5483&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: 1714493813, nonceStr: 'd2lUTPYxjCrgcJNw', signature: '7d4250be6af07f91eb9cc53bc5abb2ff0b3f0891', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u547d\u60ac\u4e00\u7ebf\uff01\u5352\u4e2d\u4e2d\u5fc3\u6253\u901a\u201c\u751f\u547d\u4e2d\u67a2\u201d\u6210\u529f\u62a2\u6551\u57fa\u5e95\u52a8\u8109\u95ed\u585e\u60a3\u8005","smalltext":"\u65e5\u524d\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\u63a5\u8bca\u4e86\u4e00\u4f4d\u6025\u6027\u57fa\u5e95\u52a8\u8109\u95ed\u585e\u7684\u8111\u6897\u60a3\u8005\u3002\u57fa\u5e95\u52a8\u8109\u662f\u8111\u5e72\u7684\u4e3b\u8981\u4f9b\u8840\u52a8\u8109\uff0c\u662f\u547c\u5438\u3001\u5fc3\u8df3\u7b49\u4e2d\u67a2\u7684\u751f\u547d\u7ebf\uff0c\u4e00\u65e6\u8111\u5e72\u7f3a\u8840\u6897\u585e\uff0c\u82e5\u672a\u80fd\u5f97\u5230\u53ca\u65f6\u6551\u6cbb\uff0c\u6b7b\u4ea1\u7387\u975e\u5e38\u9ad8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5483"}; 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 () { } }); }); }