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=2427&classid=10&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: 1746243151, nonceStr: 'x7Nuw4cWKRuXxPfr', signature: '05bf9ef53440fd862d43a5cc195e4105f3180999', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u5e02\u5e02\u7acb\u533b\u9662:\u4eba\u6587\u5e02\u7acb\u201c\u5584\u884c\u81f4\u8fdc\u201d \u751f\u547d\u7eff\u6d32\u6c38\u8fdc\u957f\u9752","smalltext":"\u59cb\u5efa\u4e8e1916\u5e74\u7684\u9752\u5c9b\u5e02\u5e02\u7acb\u533b\u9662\uff0c\u7ecf\u8fc7\u4e00\u4e2a\u591a\u4e16\u7eaa\u7684\u7825\u783a\u524d\u884c\uff0c\u73b0\u5df2\u6210\u4e3a\u96c6\u533b\u6559\u7814\u4e8e\u4e00\u4f53\uff0c\u62e5\u6709\u4e94\u5927\u9662\u533a\uff0c48\u4e2a\u7701\u5e02\u91cd\u70b9\u5b66\u79d1\u5728\u804c\u804c\u5de54438\u4eba\u7684\u5927\u578b\u533b\u7597\u96c6\u56e2\uff0c\u662f\u5317\u4eac2008\u5e74\u5965\u5e06\u8d5b\\\\\u6b8b\u5965\u5e06\u8d5b\u5b9a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2427"}; 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 () { } }); }); }