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=1515&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: 1747192968, nonceStr: 'X6itkot8zqpgiZ2E', signature: '5489221d2a003f198aa7a3e9216021863657d985', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5e73\u5e02\u7b2c\u4e00\u533b\u9662\uff1a\u90b1\u5fc5\u6210\u533b\u751f\u56de\u6bcd\u6821\uff0c\u505a\u201c\u65e0\u8bed\u826f\u5e08\u201d","smalltext":"12\u67088\u65e517\u65f659\u5206\uff0c\u798f\u5efa\u7701\u5357\u5e73\u5e02\u7b2c\u4e00\u533b\u9662\u9aa8\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u90b1\u5fc5\u6210\u5b89\u9759\u5730\u7761\u53bb\u3002\u9075\u7167\u90b1\u5fc5\u6210\u751f\u524d\u9057\u613f\uff0c\u4ed6\u56de\u5230\u6bcd\u6821\u4e86\u3002\u968f\u7740\u8f66\u8f86\u7f13\u7f13\u9a76\u5165\u798f\u5efa\u533b\u79d1\u5927\u5b66\u6821\u56ed\uff0c\u4eba\u4f53\u89e3\u5256\u5b66\u4e0e\u7ec4\u7ec7\u80da\u80ce\u5b66\u7cfb\u7684\u5e08","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1515"}; 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 () { } }); }); }