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=5394&classid=4&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: 1715678482, nonceStr: 'bq64tqh4gdBbVmyu', signature: 'a89effbd17ac5452e05e44eeda5eaf78202935ec', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u4e8e\u745e\u82f1\uff1a\u4e0d\u5b55\u60a3\u8005\u53ca\u8bd5\u7ba1\u5a74\u513f\u5468\u671f\u6cbb\u7597\u8fc7\u7a0b\u4eba\u6587\u5173\u6000\u6807\u51c6","smalltext":"\u4e0d\u5b55\u60a3\u8005\u7684\u6587\u5173\u6000\u6807\u51c61.\u8d77\u7acb\u8fce\u63a5\uff0c\u9762\u5e26\u5fae\u7b11\u3001\u6001\u5ea6\u548c\u853c\uff0c\u7528\u5173\u6000\u6027\u8bed\u53e5\u95ee\u5019\u524d\u6765\u5c31\u8bca\u7684\u4e0d\u5b55\u60a3\u8005\u30022.\u5206\u8bca\u62a4\u58eb\u81ea\u6211\u4ecb\u7ecd\uff0c\u5e76\u4e3a\u60a3\u8005\u5206\u8bca\uff0c\u5e26\u60a3\u8005\u8fdb\u5165\u8bca\u5ba4\u8fdb\u884c\u75c5\u53f2\u8be2\u95ee\u3001\u4e66\u5199\u75c5\u5386\u30023.\u8bbe\u7f6e\u5b89","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=5394"}; 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 () { } }); }); }