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=2794&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: 1716017503, nonceStr: 'V031w3fb5G9Zo7fP', signature: 'c5f3b744d5e1fb43a5ca59653c6c996f7278d62c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662:\u4ece\u7406\u5ff5\u548c\u6218\u7565\u7740\u624b\uff0c\u7a81\u663e\u533b\u5b66\u7684\u4eba\u6587\u672c\u8d28","smalltext":"\u8fd1\u5e74\u6765\uff0c\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5728\u4eba\u6587\u54c1\u724c\u533b\u9662\u5efa\u8bbe\u65b9\u9762\u4e0d\u61c8\u7684\u52aa\u529b\u4e0b\uff0c\u8f7d\u8a89\u9887\u591a\uff0c\u5165\u9009\u201c2017\u5e74\u5ea6\u4e2d\u56fd\u533b\u7597\u673a\u6784\u54c1\u724c\u4f20\u64ad\u98de\u8dc3\u5956\u516c\u7acb\u533b\u9662\u5341\u5f3a\u201d\u699c\u5355\uff1b\u661f\u8000\u4e2d\u534e\u2022\u6700\u5177\u6210\u957f\u529b\u4e2d\u56fd\u533b\u9662TOP1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2794"}; 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 () { } }); }); }