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=4518&classid=11&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: 1715834738, nonceStr: 'FcT8k0CIZxtos4rX', signature: '8b686bad3fb0a4ddb613c80999795df0e38ed38f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662-\u7528\u4eba\u7684\u6e29\u5ea6\u53bb\u6e29\u6696\u5065\u5eb7\u5927\u4e1a","smalltext":"\u533b\u9662\u662f\u533b\u7597\u79d1\u5b66\u5b9e\u8df5\u4e4b\u5730\uff0c\u4e5f\u662f\u533b\u60a3\u4ea4\u6d41\u3001\u6c9f\u901a\u3001\u5b9e\u65bd\u533b\u7597\u670d\u52a1\u7684\u91cd\u8981\u573a\u6240\uff0c\u81ea\u7136\u5c31\u79bb\u4e0d\u5f00\u4eba\u6587\u4e4b\u6db5\u3002\u8fd1\u5e74\u6765\uff0c\u6210\u90fd\u5e02\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u575a\u6301\u4ee5\u201c\u4ee5\u4eba\u4e3a\u672c\u3001\u4ee5\u4eba\u4e3a\u656c\u201d\u7684\u529e\u9662\u5b97\u65e8\uff0c\u4ee5\u533b\u9662\u4eba\u6587","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4518"}; 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 () { } }); }); }