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=4875&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: 1715945282, nonceStr: 'Ij5QMJ3WLpY4nQmw', signature: '6d260795273de342b27ff9e8506cb62fbb71d67a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u5ba3\u4f20\u5904","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u6307\u51fa\uff1a\u201c\u5ba3\u4f20\u601d\u60f3\u5de5\u4f5c\u4e00\u5b9a\u8981\u628a\u56f4\u7ed5\u4e2d\u5fc3\u3001\u670d\u52a1\u5927\u5c40\u4f5c\u4e3a\u57fa\u672c\u804c\u8d23\uff0c\u80f8\u6000\u5927\u5c40\u3001\u628a\u63e1\u5927\u52bf\u3001\u7740\u773c\u5927\u4e8b\uff0c\u627e\u51c6\u5de5\u4f5c\u5207\u5165\u70b9\u548c\u7740\u529b\u70b9\uff0c\u505a\u5230\u56e0\u52bf\u800c\u8c0b\u3001\u5e94\u52bf\u800c\u52a8\u3001\u987a\u52bf\u800c\u4e3a\u3002\u201d\u516c\u7acb\u533b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4875"}; 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 () { } }); }); }