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=3141&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: 1747113861, nonceStr: 'KftXuyl4rkPbOmiz', signature: '701e62492a04978b98533ffafa68b350849ef781', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a2\u59292\u540d\u60a3\u8005\u611f\u8c22\u540c\u4e00\u540d\u533b\u751f","smalltext":"\u65e5\u524d\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u79d1\u8fde\u7eed2\u5929\u63a5\u5f85\u4e862\u4f4d\u60a3\u8005\u548c\u5bb6\u5c5e\uff0c\u4ed6\u4eec\u90fd\u662f\u56e0\u4e3a\u5bb6\u4eba\u548c\u81ea\u5df1\u7684\u80c3\u75c5\u6cbb\u6108\u540e\uff0c\u4e13\u7a0b\u6765\u611f\u8c22\u8be5\u9662\u6d88\u5316\u5185\u79d1\u53f6\u6da6\u5149\u533b\u751f\u30024\u670821\u65e5\u4e0a\u5348\uff0c\u4e00\u540d\u6e56\u5317\u7c4d\u7684\u9ec4\u5973\u58eb\u62ff\u7740\u4e00\u9762\u9526\u65d7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3141"}; 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 () { } }); }); }