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=3963&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: 1716015335, nonceStr: '8rUYDGwu1eMjdjnu', signature: '1d4ee8016a928fc4149c8db93aa8b1e6baa9ba40', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u5979\u662f\u4e00\u4f4d\u5fb7\u533b\u53cc\u99a8\u7684\u597d\u533b\u751f\uff01\u201d","smalltext":" \u4e3a\u5f18\u626c\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u804c\u4e1a\u7cbe\u795e\uff0c\u5c55\u793a\u6e56\u5317\u7701\u533b\u52a1\u4eba\u5458\u5168\u5fc3\u5168\u610f\u4e3a\u4eba\u6c11\u5065\u5eb7\u670d\u52a1\u7684\u533b\u5fb7\u533b\u98ce\uff0c\u8fdb\u4e00\u6b65\u6fc0\u53d1\u533b\u7597\u536b\u751f\u5de5\u4f5c\u8005\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u5149\u8363\u611f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3963"}; 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 () { } }); }); }