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=2668&classid=13&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: 1716050504, nonceStr: 'uGFaBDV6drI8RRX0', signature: '82c112fcfe6513d8353c5b33f3b0b8cae8084acc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\uff1a\u5fc3\u7cfb\u5929\u4e0b\uff0c\u5584\u5c3d\u8d23\u4efb","smalltext":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\u662f\u4fdd\u5b9a\u5e02\u6700\u65e9\u6210\u7acb\u7684\u6ccc\u5c3f\u5916\u79d1\u4e13\u4e1a\u5b66\u79d1\uff0c\u7ecf\u591a\u5e74\u7684\u4e0d\u65ad\u53d1\u5c55\u58ee\u5927\uff0c\u5df2\u5f62\u6210\u6280\u672f\u529b\u91cf\u96c4\u539a\u7684\u72ec\u7acb\u79d1\u5ba4\u3002\u5728\u5b66\u79d1\u5e26\u5934\u4eba\u6768\u6587\u589e\u6559\u6388\u7684\u5e26\u9886\u4e0b\uff0c\u5b66\u79d1\u8fc5\u901f\u53d1\u5c55\uff0c\u6210\u4e3a\u96c6\u533b\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2668"}; 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 () { } }); }); }