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=3872&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: 1716043072, nonceStr: 'sl2sAgHcbaVyTbg4', signature: '6f56c0dd77e2b8131f80d13bb304df2c56c4fd44', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5f53\u201c\u624b\u672f\u5200\u201d\u9047\u4e0a\u201c\u8bdd\u7b52\u201d\u2014\u2014\u6f14\u8bf4\u6717\u8bf5\u827a\u672f\u8fdb\u533b\u9662","smalltext":"\u4e3a\u4e86\u8fdb\u4e00\u6b65\u63d0\u5347\u533b\u52a1\u4eba\u5458\u666e\u901a\u8bdd\u8fd0\u7528\u80fd\u529b\u53ca\u6f14\u8bb2\u6717\u8bf5\u6280\u80fd\uff0c12\u670817\u65e5\u4e0b\u5348\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4e3e\u529e\u79d1\u533b\u7ba1\u7406\u8bba\u575b\u4e4b\u6f14\u8bb2\u6717\u8bf5\u57f9\u8bad\uff0c\u7279\u9080\u82cf\u5dde\u5e7f\u7535\u8d44\u6df1\u4e3b\u64ad\u3001\u56fd\u5bb6\u4e00\u7ea7\u64ad\u97f3\u5458\u3001\u82cf\u5dde\u5e02\u6717\u8bf5\u534f\u4f1a\u4e13","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3872"}; 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 () { } }); }); }