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=6936&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: 1775858803, nonceStr: '1SBrjIuRm2fTPIiB', signature: 'f5475422822e1e905df98b48cb34ab62844176db', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6728\u68b3\u91cc\u7684\u65f6\u5149","smalltext":"\u5728\u6211\u7684\u804c\u4e1a\u751f\u6daf\u91cc\u8bb0\u5fc6\u6700\u6df1\u7684\u5c31\u662f\u533b\u7597\u548c\u4eba\u6587\u5173\u6000\u76f8\u878d\u7684\u6e29\u99a8\u6545\u4e8b\u90a3\u662f2019\u5e743\u6708\u5348\u540e\u7684\u4e00\u5929\u6211\u6536\u5230\u82b7\u96ea\u53d1\u6765\u7684\u5feb\u9012\u62c6\u5f00\u5feb\u9012\u4e00\u628a\u6843\u6728\u68b3\u5b50\u9759\u9759\u5730\u8eba\u5728\u76d2\u5b50\u91cc\u82b7\u96ea\u8fd9\u4f4d\u5b9a\u5c45\u97f6\u5173\u7684\u6c88\u9633","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=6936"}; 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 () { } }); }); }