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=4143&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: 1749299717, nonceStr: 'W1tKWV580rsDfO9i', signature: '128748b1d4c63941ce60b1d21847299094fde6a4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5168\u529b\u4fdd\u969c\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u5b89\u5168\u8fdb\u884c","smalltext":"\u6839\u636e\u6211\u5e02\u5e94\u5bf9\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u6307\u6325\u90e8\u5173\u4e8e\u5f00\u5c55\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u7684\u8981\u6c42\uff0c\u4e3a\u786e\u4fdd\u6211\u5e02\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u7684\u5b89\u5168\u3001\u5e73\u7a33\u3001\u6709\u5e8f\u89c4\u8303\u5b9e\u65bd\uff0c2021\u5e741\u6708\uff0c\u6566\u5316\u5e02\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\u6b63\u5f0f\u5f00\u59cb\u3002\u6566\u5316\u5e02\u533b\u9662","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4143"}; 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 () { } }); }); }