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=5546&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: 1715725613, nonceStr: 'QC8FeaK0WG4fB6QH', signature: '8a3fce3a00a2eaa5c59d15b533d08f54037be0d0', 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\u6765\u81ea\u60a3\u8005\u7684\u201c\u538b\u5c81\u201d\u7ea2\u5305","smalltext":"\u201c\u5373\u4f7f\u662f\u6625\u8282\uff0c\u6211\u4e5f\u4e0d\u80fd\u6536\u60a8\u7684\u65b0\u5e74\u7ea2\u5305\uff0c\u611f\u8c22\u60a8\u5bf9\u6211\u5de5\u4f5c\u7684\u8ba4\u53ef\uff0c\u6cbb\u75c5\u6551\u4eba\u662f\u6211\u4eec\u5e94\u5c3d\u7684\u804c\u8d23\u201d\u3002\u9646\u4f1f\u742a\u533b\u751f\u4e00\u8fb9\u5c06\u7ea2\u5305\u9001\u56de\u7ed9\u5bb6\u5c5e\uff0c\u4e00\u8fb9\u8fd9\u6837\u8bf4\u9053\u3002\u539f\u6765\uff0c\u60a3\u8005\u5f20\u5973\u58eb\u56e0\u80bf\u7624\u591a\u5904\u8f6c\u79fb\u5bfc\u81f4\u547c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5546"}; 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 () { } }); }); }