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=4550&classid=10&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: 1715930370, nonceStr: 'GZhVWiJNi1tCU1gV', signature: 'ac6ca6633023dfc5fbc4975326c7c926a038e469', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fbe\u5ddd\u533a\u4eba\u6c11\u533b\u9662-\u5f00\u5c55\u201c\u56db\u4eae\u201d\u6d3b\u52a8\u52a9\u63a8\u4eba\u6587\u5efa\u8bbe","smalltext":"\u6709\u4eba\u8bf4\u8fd9\u662f\u5bb6\u201c\u519c\u6c11\u533b\u9662\u201d\uff0c\u505a\u4ec0\u4e48\u4e8b\u90fd\u201c\u65a4\u65a4\u8ba1\u8f83\u201d\uff0c\u4e0d\u591f\u201c\u5927\u6c14\u201d\u3002\u4f46\u6b63\u662f\u8fd9\u5bb6\u201c\u519c\u6c11\u533b\u9662\u201d,\u5374\u521b\u9020\u8fbe\u5dde\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u4e09\u4e2a\u201c\u7b2c\u4e00\u201d\uff1a\u53d1\u73b0\u8fbe\u5dde\u5e02\u7b2c\u4e00\u4f8b\u786e\u8bca\u75c5\u4f8b\uff1b\u5efa\u7acb\u8fbe\u5dde\u5e02\u4e3b\u57ce\u533a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4550"}; 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 () { } }); }); }