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=1977&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: 1747147728, nonceStr: 'XawsE5dtlXLFIbCS', signature: '970b0d54dc719fa4cf22c5aba2a8f00f09c8236a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u4ed6\u4eec\u662f\u79bb\u75c5\u6bd2\u6700\u8fd1\u7684\u201c\u6218\u75ab\u4fa6\u5bdf\u8fde\u201d","smalltext":"\u201c\u5065\u5eb7\u6240\u7cfb\uff0c\u6027\u547d\u76f8\u6258\uff01\u201d\u8fd9\u662f\u533b\u5b66\u8a93\u8a00\uff0c\u4ea6\u662f\u4e00\u79cd\u60c5\u6000\uff01\u9762\u5bf9\u6765\u52bf\u6c79\u6c79\u7684\u65b0\u51a0\u72b6\u80ba\u708e\u75ab\u60c5\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u68c0\u9a8c\u79d1\u4f5c\u4e3a\u91cd\u8981\u7684\u4e34\u5e8a\u533b\u6280\u79d1\u5ba4\uff0c\u540c\u6837\u62c5\u5f53\u7740\u4e0d\u53ef\u66ff\u4ee3\u7684\u804c\u8d23\u548c\u4f7f\u547d\uff01\u65f6\u95f4\u5c31\u662f\u751f\u547d\uff0c\u75ab\u60c5\u5c31","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1977"}; 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 () { } }); }); }