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=5140&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: 1714238610, nonceStr: 'rhw1dc8pD8ZX8zNS', signature: 'd9ba880c83e5fb7c2f2f267fb6798844ba2bb1a2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e0d\u5fd8\u521d\u5fc3\u5ec9\u6d01\u4ece\u533b \u515a\u5458\u533b\u751f\u5b8b\u5229\u65b0\u6210\u201c\u7ea2\u4eba\u201d","smalltext":"2022\u5e74\u65b0\u5e74\u4f0a\u59cb\uff0c\u8fd9\u4f4d\u5df2\u670912\u5e74\u515a\u9f84\u7684\u515a\u5458\u533b\u751f\u2014\u2014\u5b8b\u5229\u65b0\uff0c\u7a81\u7136\u6210\u4e86\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u7684\u201c\u7ea2\u4eba\u201d\uff0c\u8fd9\u4e00\u5207\uff0c\u8fd8\u5f97\u4ece\u6700\u8fd1\u53d1\u751f\u7684\u201c\u7ea2\u5305\u201d\u4e8b\u4ef6\u8bf4\u8d77\u3002\u5143\u65e6\u4f73\u8282\u4e4b\u9645\uff0c\u4e00\u4f4d\u5bb6\u5c5e\u9ad8\u5174\u5730\u627e\u5230\u4e3b\u6cbb","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5140"}; 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 () { } }); }); }