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=2591&classid=11&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: 1746210825, nonceStr: 'aQMoBs4WGqGLMcKO', signature: 'c80c951966bd0ef5451a0d63463deadffb2a3dd0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u90eb\u90fd\u533b\u58f0","smalltext":"\u300a\u90eb\u90fd\u533b\u58f0\u300b\u680f\u76ee\u662f\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\u5fae\u4fe1\u670d\u52a1\u53f7\u63a8\u51fa\u7684\u4e00\u6863\u5065\u5eb7\u77e5\u8bc6\u79d1\u666e\u680f\u76ee\u3002\u521b\u7acb\u4e8e2018\u5e743\u6708\uff0c\u81f3\u4eca\u5df2\u53d1\u5e0370\u4f59\u671f\uff0c\u76ee\u524d\u7d2f\u8ba1\u9605\u8bfb\u91cf20\u4f59\u4e07\u4eba\u6b21\uff0c\u6700\u591a\u5355\u6761\u4fe1\u606f\u9605\u8bfb\u91cf\u8fd1\u4e07\u4eba\u6b21\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2591"}; 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 () { } }); }); }