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=2121&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: 1747125239, nonceStr: 'WK9j2n2EQSkmjOmk', signature: '6041d0723fc1d1fcabcbf61e39070fda0b85800f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u533b\u4e09\u9662\uff1a\u533b\u751f\uff0c\u600e\u4e48\u4f60\u6bcf\u5929\u7684\u9632\u62a4\u670d\u90fd\u4e0d\u4e00\u6837\uff1f","smalltext":"\u201c\u4e3b\u4efb\uff0c\u60a8\u600e\u4e48\u6bcf\u5929\u7684\u88c5\u5907\u90fd\u4e0d\u4e00\u6837\u201d\u201c\u56e0\u4e3a\u522b\u4eba\u6350\u4ec0\u4e48\u6211\u4eec\u7a7f\u4ec0\u4e48\u201d\u8fd1\u65e5\uff0c\u5e7f\u533b\u4e09\u9662\u9a70\u63f4\u6b66\u6c49\u533b\u7597\u961f\u961f\u5458\u3001\u91cd\u75c7\u533b\u5b66\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u9ad8\u5143\u59b9\u4e0e\u540c\u4e8b\u5173\u4e8e\u201c\u9632\u62a4\u88c5\u5907\u201d\u7684\u5bf9\u8bdd\uff0c\u8ba9\u6211\u4eec\u770b\u5230\u6297\u75ab","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2121"}; 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 () { } }); }); }