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=1903&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: 1747145392, nonceStr: 'ezC0dU0umukIbihE', signature: '6dd0a1d70dccf4c1d820d7d86d9820e3325e1602', 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\u963b\u51fb\u75ab\u60c5\u6211\u8bf7\u6218\uff01\u6211\u4eec\u8bf7\u6218\uff01\uff01","smalltext":"\u9762\u5bf9\u65e5\u8d8b\u4e25\u5cfb\u7684\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u4e3a\u4fdd\u536b\u4eba\u6c11\u7684\u751f\u547d\u5065\u5eb7\u514d\u53d7\u5a01\u80c1\uff0c\u5728\u515a\u548c\u56fd\u5bb6\u9700\u8981\u7684\u65f6\u5019\uff0c\u6211\u9662\u804c\u5de5\u65e0\u8bba\u662f\u4e34\u5e8a\u4e00\u7ebf\u7684\u533b\u751f\u62a4\u58eb\uff0c\u8fd8\u662f\u884c\u653f\u540e\u52e4\u7684\u5de5\u4f5c\u4eba\u5458\uff0c\u65e0\u8bba\u662f\u5171\u4ea7\u515a\u5458\uff0c\u8fd8\u662f\u666e\u901a\u7fa4\u4f17\uff0c\u8fce\u96be\u800c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1903"}; 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 () { } }); }); }