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=891&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: 1749418730, nonceStr: 'EpnAkwoq5GuRJb8U', signature: 'b94c45eaf0a9580035b27b5fc1e655a46b22a492', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u201c\u5929\u4f7f\u4e4b\u7f8e\uff0c\u8bd7\u610f\u60c5\u6000\u201d\u8457\u540d\u4f5c\u5bb6\u8bd7\u4eba\u8d70\u8fdb\u533b\u9662","smalltext":"7\u670813\u65e5\uff0c\uff02\u5929\u4f7f\u4e4b\u7f8e\uff0c\u8bd7\u610f\u60c5\u6000\uff02\u4e2d\u56fd\u8457\u540d\u4f5c\u5bb6\u3001\u8bd7\u4eba\u8d70\u8fdb\u4e2d\u533b\u533b\u9662\u6d3b\u52a8\u5706\u6ee1\u7ed3\u675f\u3002\u672c\u6b21\u6d3b\u52a8\u7531\u6cf0\u5b89\u5e02\u8bd7\u6b4c\u5b66\u4f1a\u4e0e\u300a\u5ef6\u6cb3\u8bd7\u6b4c\u7279\u520a\u300b\u7f16\u8f91\u90e8\u4e3e\u529e\u3001\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u627f\u529e\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=891"}; 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 () { } }); }); }