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=3055&classid=12&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: 1714993368, nonceStr: 'qtO9902XXUDXs1pQ', signature: '2b01ba66d60d2f368693ba517b5fbcb3a86affef', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\u90b9\u82b8\uff1a\u6c47\u805a\u6e29\u6696\u7684\u201c\u7ea2\u8272\u529b\u91cf\u201d","smalltext":"\u6b63\u503c\u6625\u8282\u5047\u671f\uff0c\u5168\u56fd\u591a\u5730\u53d1\u751f\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\uff0c\u4e2d\u592e\u548c\u7701\u3001\u5e02\u9ad8\u5ea6\u91cd\u89c6\uff0c\u79ef\u6781\u6307\u5bfc\u5f00\u5c55\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u5e7f\u5927\u7fa4\u4f17\u8feb\u5207\u60f3\u8981\u4e86\u89e3\u75ab\u60c5\u5f62\u52bf\u3001\u638c\u63e1\u9632\u63a7\u77e5\u8bc6\u3002\u4e3a\u5168\u529b\u670d\u52a1\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3055"}; 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 () { } }); }); }