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=2226&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: 1747125368, nonceStr: 'Vh38d6nZ4XgbXZmK', signature: 'a541804788bb0faeaa8e1a102f4fd3d7646d7938', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u575a\u5b88\u5728\u53d1\u70ed\u95e8\u8bca\u836f\u623f\u7684\u8001\u5171\u4ea7\u515a\u5458","smalltext":" \u201c\u6297\u51fb\u75ab\u60c5\uff0c\u82e5\u6709\u6218\uff0c\u53ec\u5fc5\u56de\uff01\u201d\u4e3a\u66f4\u597d\u5730\u9632\u63a7\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u836f\u5b66\u90e8\u542f\u52a8\u589e\u8bbe\u53d1\u70ed\u95e8\u8bca\u836f\u623f\uff0c\u6700\u5927\u9650\u5ea6\u5730\u65b9\u4fbf\u53d1\u70ed\u60a3\u8005\u5c31\u8bca\uff0c\u907f\u514d\u9662\u5185\u4ea4\u53c9\u611f\u67d3\u3002\u836f\u5b66\u90e8\u662f\u4e2a\u8fd1\u767e\u4eba\u7684\u5927","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2226"}; 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 () { } }); }); }