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=3402&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: 1714873006, nonceStr: 'XVdLYcxzfJZRHyGm', signature: '17b760732ee68ece7c4645f556b0ac9f925e4581', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u5dde\u7701\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u666e\u533b\u5fd7\u613f\u8005\uff0c\u7b51\u7262\u75ab\u60c5\u9632\u63a7\u7b2c\u4e00\u9053\u9632\u7ebf","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u793e\u4f1a\u5404\u754c\u5343\u5343\u4e07\u4e07\u5fd7\u613f\u8005\u7528\u884c\u52a8\u8df5\u884c\u96f7\u950b\u7cbe\u795e\u3001\u5949\u732e\u7cbe\u795e\uff0c\u7528\u7231\u5fc3\u7b51\u8d77\u8054\u9632\u8054\u63a7\u3001\u7fa4\u9632\u7fa4\u6cbb\u7684\u575a\u56fa\u9632\u7ebf\u3002\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u75ab\u60c5\u9632\u63a7\u5b9a\u70b9\u6551\u6cbb\u533b\u9662\uff0c\u533b\u9662\u5927\u95e8\u53e3\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3402"}; 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 () { } }); }); }