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=2110&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: 1747140643, nonceStr: 'Xg7eOepgPvGRzxmu', signature: '5c533c6edf9ac727f3b1917e1c948e7df8ad5965', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u4fdd\u7ebf\u4e0a\u670d\u52a1\u5f00\u901a\uff0c\u95e8\u7279\u5f00\u836f\u3001\u51fa\u9662\u60a3\u8005\u533b\u4fdd\u62a5\u9500\u7533\u8bf7\u7ebf\u4e0a\u5b8c\u6210","smalltext":"2020\u5f00\u5e74\u4e4b\u521d\uff0c\u201c\u798f\u201d\u5b57\u521a\u521a\u5199\u597d\u8fd8\u672a\u6765\u5f97\u53ca\u8d34\u5728\u95e8\u4e0a\uff0c\u6625\u8282\u7684\u70ed\u95f9\u8fd8\u672a\u5b8c\u5168\u5728\u5927\u8857\u5c0f\u5df7\u4f20\u5f00\uff0c\u4e00\u573a\u6765\u52bf\u6c79\u6c79\u7684\u75ab\u60c5\u6253\u4e71\u4e86\u4eba\u4eec\u6240\u6709\u7684\u8ba1\u5212\uff0c\u5e74\u591c\u996d\u51b7\u51b7\u6e05\u6e05\uff0c\u6ca1\u6709\u4eba\u8bbf\u53cb\u805a\u9910\uff0c\u80fd\u4e0d\u51fa\u95e8\u5c31\u4e0d\u51fa\u95e8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2110"}; 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 () { } }); }); }