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=1241&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: 1714698974, nonceStr: 'SW6i3mMHtzHVC5oz', signature: 'b9ac50358f2261a78c8ec3f0f7a8c621e22aac2d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9633\u5149\u878d\u548c\u533b\u9662\u4e01\u680b\uff1a\u7528\u533b\u5b66\u4eba\u6587\u5f70\u663e\u5bf9\u751f\u547d\u7684\u5c0a\u91cd","smalltext":"\u533b\u5b66\u4eba\u6587\uff0c\u662f\u4e00\u4e2a\u5b8f\u5927\u7684\u547d\u9898\uff0c\u51e0\u8f88\u533b\u5b66\u4eba\u6587\u5de5\u4f5c\u8005\u4e3a\u4e4b\u63a2\u7a76\u3001\u4e3a\u4e4b\u4ed8\u51fa\uff0c\u4ec5\u51ed\u6211\u51e0\u5e74\u7684\u5de5\u4f5c\u7ecf\u5386\u53bb\u63cf\u8ff0\u8fd9\u4e00\u5b8f\u5927\u4e3b\u9898\uff0c\u5b9e\u5728\u529b\u4e0d\u4ece\u5fc3\u3002\u4f46\u65e2\u7136\u662f\u533b\u5b66\u4eba\u6587\uff0c\u6838\u5fc3\u8fd8\u662f\u4e00\u4e2a\u201c\u4eba\u201d\u5b57\uff0c\u4eba\u6700\u5b9d\u8d35\u7684\u5c31","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1241"}; 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 () { } }); }); }