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=2618&classid=13&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: 1750099649, nonceStr: 'g3RN2SWug5z7iUHr', signature: '1cc87f568435b11b3afd9a7754cdb6b7e63cf904', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u5ba3\u4f20\u79d1\uff1a\u534f\u4f5c\u53d6\u80dc","smalltext":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u5ba3\u4f20\u79d1\u6210\u7acb\u4e8e2014\u5e746\u6708\uff0c\u79d1\u5ba4\u5305\u62ec\u79d1\u4e3b\u4efb\u5171\u8ba14\u4eba\uff0c\u4e3b\u8981\u8d1f\u8d23\u5168\u9662\uff0c\u533b\u9662\u6574\u4f53\u5f62\u8c61\u5305\u88c5\u3001\u5c31\u8bca\u5f15\u5bfc\u3001\u65b0\u95fb\u5ba3\u4f20\u3001\u793e\u4f1a\u5ba3\u4f20\u3001\u516c\u4f17\u5065\u5eb7\u6559\u80b2\u53ca\u5065\u5eb7\u4fc3\u8fdb\u5de5\u4f5c\u3002\u7ec4\u7ec7\u5f00\u5c55\u5168\u9662\u65b0\u95fb","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2618"}; 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 () { } }); }); }