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=4327&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: 1744969915, nonceStr: 'OLQXzDZvgag7qnl2', signature: '11f92f32f32a9a2782e1586a65dc710a2e370594', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u4ee5\u4e3a\u662f\u80bf\u7624\uff0c\u6ca1\u60f3\u5230\u662f\u7c92\u82b1\u751f\u7c73","smalltext":"\u4eca\u5e7468\u5c81\u7684\u5f90\u963f\u59e8\u600e\u4e48\u90fd\u6ca1\u60f3\u5230\uff0c\u81ea\u5df1\u4f1a\u88ab\u4e00\u7c92\u82b1\u751f\u7c73\u6298\u817e\u7684\u4e0d\u8f7b\u3002 \u6700\u8fd1\uff0c\u5f90\u963f\u59e8\u56e0\u53cd\u590d\u54b3\u55fd\u6765\u5230\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u5c31\u8bca\uff0c\u80f8\u90e8CT\u63d0\u793a\u53f3\u4e0b\u80ba\u652f\u6c14\u7ba1\u72ed\u7a84\uff0c\u5e38\u89c4\u6c14\u7ba1\u955c\u68c0\u67e5\u53d1\u73b0\u5bfc\u81f4\u53f3\u4e0b\u80ba\u652f\u6c14","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4327"}; 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 () { } }); }); }