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=3690&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: 1714458500, nonceStr: 'MYkigMKmKCZI25tQ', signature: 'af6c78d667a2316b879646e3d77a8150ae058373', 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\uff1a\u660e\u5e74\u6211\u8fd8\u8981\u6765\u53c2\u52a0\u8def\u6f14\u5927\u8d5b\uff01","smalltext":"\u96be\u5fd8\u7684\u6210\u90fd\u4e4b\u884c\u5df2\u7ecf\u8fc7\u53bb\u4e24\u5468\u4e86\uff0c\u8fd8\u6ca1\u6765\u5f97\u53ca\u6c89\u6d78\u5728\u83b7\u5956\u7684\u559c\u60a6\u4e2d\uff0c\u5c31\u5df2\u7ecf\u88ab\u6ee1\u6ee1\u7684\u5de5\u4f5c\u585e\u6ee1\u4e86\u3002\u60f3\u7740\u8fd8\u662f\u8981\u7ed9\u8fd9\u6b21\u6210\u90fd\u4e4b\u884c\u505a\u4e2a\u8bb0\u5f55\uff0c\u56e0\u4e3a\u8fd9\u5bf9\u4e8e\u6211\uff0c\u5bf9\u4e8e\u961f\u53cb\uff0c\u5bf9\u4e8e\u533b\u9662\u90fd\u662f\u4e00\u6b21\u4e0d\u540c\u5bfb\u5e38\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3690"}; 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 () { } }); }); }